Corretti i commenti ai listati in una forma piu' leggibile (spero).
[gapil.git] / listati / itimerval.h
1 struct itimerval 
2 {
3     struct timeval it_interval; /* next value */
4     struct timeval it_value;    /* current value */
5 };