home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
C
/
DMAKE37S.ZIP
/
DMAKE
/
UNIX
/
386IX
/
TIME.H
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-05-06
|
133 b
|
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