URI:
       float.h - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR 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