1: /*
   2:  * Structure returned by times()
   3:  */
   4: struct tms {
   5:     time_t  tms_utime;      /* user time */
   6:     time_t  tms_stime;      /* system time */
   7:     time_t  tms_cutime;     /* user time, children */
   8:     time_t  tms_cstime;     /* system time, children */
   9: };

Defined struct's

Usage of this include

Last modified: 1981-09-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 619
Valid CSS Valid XHTML 1.0 Strict