Files
FireBee_Setup-Dev/devtools/ahcccf.bin/include/portab.h
2023-06-12 09:14:09 +02:00

24 lines
544 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* 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
/***********************************************************************/