home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
pdksh-4.9-src.tgz
/
tar.out
/
contrib
/
pdksh
/
std
/
h
/
sys
/
time.h
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
326b
|
16 lines
/*
* Replacement for BSD <sys/time.h>
* because Ultrix screws it up.
*/
/* $Id: time.h,v 1.3 93/05/05 21:17:50 sjg Exp $ */
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 */
};