scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

float.h (178B)


      1 #ifndef _FLOAT_H
      2 #define _FLOAT_H
      3 
      4 #ifdef __FLT_EVAL_METHOD__
      5 #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__
      6 #else
      7 #define FLT_EVAL_METHOD 0
      8 #endif
      9 
     10 #include <arch/float.h>
     11 
     12 #endif