home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
rtsi.com
/
2014.01.www.rtsi.com.tar
/
www.rtsi.com
/
OS9
/
OSK
/
TELECOM
/
OS9_Unix.lzh
/
DEFS
/
SYS
/
timeb.h
< prev
next >
Wrap
Text File
|
1992-09-01
|
154b
|
14 lines
/* sys/timeb.h */
#ifndef __TIMEB__
#define __TIMEB__
struct timeb {
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};
#endif