Home
       time.h - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       time.h (94B)
       ---
            1 #define _MAXYEAR 9999
            2 
            3 typedef long time_t;
            4 typedef long clock_t;
            5 typedef long __suseconds_t;