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 (60B)
---
1 struct timeval {
2 time_t tv_sec;
3 __suseconds_t tv_usec;
4 };