home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Club Elmshorn Atari PD
/
CCE_PD.iso
/
pc
/
0600
/
CCE_0657.ZIP
/
CCE_0657.PD
/
PORTAB.H
< prev
next >
Wrap
Text File
|
1993-08-31
|
575b
|
29 lines
/* PORTAB.H
For use with rsh output of RCS
Copyright (c) Borland International 1990
All Rights Reserved.
*/
#if !defined( __PORTAB__ )
#define __PORTAB__
typedef void VOID;
typedef char BYTE;
typedef int WORD;
typedef long LONG;
typedef unsigned char UBYTE;
typedef unsigned int UWORD;
typedef unsigned long ULONG;
typedef char BOOLEAN;
#define TRUE 1
#define FALSE 0
#endif
/***********************************************************************/
ə