Ristrutturazione della sezione sugli standard e le features macro, con
[gapil.git] / listati / tms.h
1 struct tms {
2        clock_t tms_utime;  /* user time */
3        clock_t tms_stime;  /* system time */
4        clock_t tms_cutime; /* user time of children */
5        clock_t tms_cstime; /* system time of children */
6 };