home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 May
/
W2KPRK.iso
/
apps
/
posix
/
source
/
SH
/
STD
/
H
/
SYS
/
TIME.H
next >
Wrap
C/C++ Source or Header
|
1999-11-17
|
274b
|
15 lines
/*
* Replacement for BSD <sys/time.h>
* because Ultrix screws it up.
*/
struct timeval {
long tv_sec; /* time_t */
long tv_usec; /* microsex */
};
struct timezone {
int tz_minuteswest; /* of Greenwinch */
int tz_dsttime; /* type of dst correction to apply */
};