home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 4
/
DATAFILE_PDCD4.iso
/
unix
/
armlinux
/
alpha
/
PARTITIONS
/
USR_GZ
/
usr
/
include
/
sys
/
timeb.h
< prev
next >
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
|
1995-05-14
|
294 b
|
22 lines
#ifndef _SYS_TIMEB_H
#define _SYS_TIMEB_H
#include <features.h>
#include <sys/types.h>
struct timeb {
time_t time;
unsigned short millitm;
short timezone;
short dstflag;
};
__BEGIN_DECLS
extern int ftime __P ((struct timeb *__tp));
__END_DECLS
#endif /* _SYS_TIMEB_H */