timeb X
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: };