lib/iec_std_lib.h
changeset 740 62c6d883f753
parent 700 b0ef6711f2a8
child 793 268bf4ca5fa1
equal deleted inserted replaced
724:d19877568878 740:62c6d883f753
    23  *       If you want to know what all these strange macros are doing,
    23  *       If you want to know what all these strange macros are doing,
    24  *       just parse this file through a C preprocessor (e.g. cpp), 
    24  *       just parse this file through a C preprocessor (e.g. cpp), 
    25  *       and analyse the output!
    25  *       and analyse the output!
    26  *       $gcc -E iec_std_lib.h 
    26  *       $gcc -E iec_std_lib.h 
    27  */
    27  */
       
    28 
       
    29 #ifndef _IEC_STD_LIB_H
       
    30 #define _IEC_STD_LIB_H
       
    31 
    28 
    32 
    29 #include <limits.h>
    33 #include <limits.h>
    30 #include <float.h>
    34 #include <float.h>
    31 #include <math.h>
    35 #include <math.h>
    32 #include <time.h>
    36 #include <time.h>
  2155 /***              Table 31                ***/
  2159 /***              Table 31                ***/
  2156 /***  Functions of enumerated data types  ***/
  2160 /***  Functions of enumerated data types  ***/
  2157 /********************************************/
  2161 /********************************************/
  2158 
  2162 
  2159 /* Do we support this? */
  2163 /* Do we support this? */
       
  2164 
       
  2165 #endif /* _IEC_STD_LIB_H */