1: /*
   2:  * Structure returned by ftime system call
   3:  */
   4: struct timeb {
   5:     time_t  time;
   6:     unsigned short millitm;
   7:     short   timezone;
   8:     short   dstflag;
   9: };

Defined struct's

timeb defined in line 4; used 14 times

Usage of this include

Last modified: 1979-01-10
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 510
Valid CSS Valid XHTML 1.0 Strict