time.h - scc - simple c99 compiler
(HTM) 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 2038
2
3 typedef long time_t;
4 typedef long clock_t;
5 typedef long __suseconds_t;