home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
back2roots/padua
/
padua.7z
/
padua
/
uucp
/
auucp+-1.02
/
fuucp_news_src.lzh
/
cnews
/
include
/
timeb.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1990-11-21
|
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;
};