home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 April
/
Disc 2
/
PCUSER0402D2.iso
/
software
/
utils
/
files
/
wincron.exe
/
data1.cab
/
Sample_Scripts
/
Include
/
time.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
|
2001-10-20
|
328 b
|
24 lines
#ifndef _TIMEH
#define _TIMEH
#pragma push_safeptr
#define _need_clock_t
#define _need_time_t
#define _need_size_t
#define _need_NULL
#include "sys/stdtypes.h"
#undef _need_clock_t
#undef _need_time_t
#undef _need_size_t
#undef _need_NULL
#include "sys/time.h"
#pragma pop_ptr
#endif /* _TIMEH */