Numworks Epsilon  1.4.1
Graphing Calculator Operating System
platform.h
Go to the documentation of this file.
1 #ifndef LIBA_SOFTFLOAT_PORT_PLATFORM_H
2 #define LIBA_SOFTFLOAT_PORT_PLATFORM_H 1
3 
4 #define LITTLEENDIAN 1
5 #define INLINE inline
6 
7 #endif