scc

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

time.h (44B)


      1 #define _MAXYEAR 9999
      2 
      3 typedef long time_t;