11 lines
124 B
C
11 lines
124 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "emuware/emuware.h"
|
||
|
|
||
|
#define SIZEOF_DOUBLE 8
|
||
|
|
||
|
#define LSB_FIRST
|
||
|
|
||
|
EW_EXPORT int os_test();
|
||
|
|