home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
DMAKE38C.ZIP
/
UNIX
/
COHERENT
/
TIME.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-23
|
133b
|
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