scc

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

time.h (71B)


      1 #define _MAXYEAR 9999
      2 #define CLOCKS_PER_SEC 128
      3 
      4 typedef long time_t;