scc

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

time.h (48B)


      1 #define _MAXYEAR 9999
      2 
      3 typedef long int time_t;