1: /*
   2:  * Structure returned by ftime system call
   3:  */
   4: struct  timeb {
   5:     time_t  time;
   6:     u_short millitm;
   7:     short   timezone;
   8:     short   dstflag;
   9: };
Last modified: 1983-08-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 645
Valid CSS Valid XHTML 1.0 Strict