Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / listati / timeval.h
1 struct timeval 
2 {
3     time_t tv_sec;          /* seconds */
4     suseconds_t  tv_usec;   /* microseconds */
5 };