home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
CNews
/
Source
/
hfake
/
timeb.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-05-26
|
155 b
|
10 lines
/*
* simulation of research unix's <sys/timeb.h> for Uglix.
*/
struct timeb {
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};