home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
dmake40.zip
/
unix
/
386ix
/
time.h
< prev
Wrap
C/C++ Source or Header
|
1994-10-23
|
143b
|
11 lines
/*
** Berkeley get this wrong!
*/
#ifndef TIME_h
#define TIME_h
typedef long time_t; /* this is the thing we use */
#endif TIME_h