Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / timeval.h
1 struct timeval 
2 {
3     time_t tv_sec;          /* seconds */
4     suseconds_t  tv_usec;   /* microseconds */
5 };