initial commit
This commit is contained in:
24
devtools/ahcccf.bin/include/portab.h
Normal file
24
devtools/ahcccf.bin/include/portab.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/* 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 unsigned char UCHAR;
|
||||
#endif
|
||||
|
||||
/***********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user