9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

time.h (115B)


      1 #ifndef _SIZET
      2 typedef unsigned int size_t;
      3 #define _SIZET
      4 #endif
      5 
      6 #define _MAXYEAR 9999
      7 
      8 typedef long int time_t;