1#pragma once 2 3#include "emuware/emuware.h" 4 5#define SIZEOF_DOUBLE 8 6 7#define LSB_FIRST 8 9EW_EXPORT int os_test(); 10 11 12