|
|
1.1 root 1: /* times.h 6.1 83/07/29 */
2:
3: /*
4: * Structure returned by times()
5: */
6: struct tms {
7: time_t tms_utime; /* user time */
8: time_t tms_stime; /* system time */
9: time_t tms_cutime; /* user time, children */
10: time_t tms_cstime; /* system time, children */
11: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.