/* * sys/time.h doesn't exist on NT */structtimeval{longtv_sec;/* seconds */longtv_usec;/* microseconds */};structtimezone{inttz_minuteswest;/* minutes west of Greenwich */inttz_dsttime;/* type of dst correction */};voidgettimeofday(structtimeval*,structtimezone*);/* end of sys/time.h */