scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

time.h (84B)


      1 #ifndef _SIZET
      2 typedef unsigned size_t;
      3 #define _SIZET
      4 #endif
      5 
      6 typedef long time_t;