home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c063
/
1.ddi
/
INCLUDE.ZIP
/
TYPES.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-02-18
|
204 b
|
13 lines
/* types.h
Types for dealing with time.
Copyright (c) 1987, 1991 by Borland International
All Rights Reserved.
*/
#ifndef _TIME_T
#define _TIME_T
typedef long time_t;
#endif