home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
431_01
/
local.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-02
|
315 b
|
15 lines
#ifndef local_h
#define local_h
typedef enum {FALSE = 0, TRUE} BOOL;
#define LOCAL static
#define BYTE unsigned char
#define WORD unsigned
#define DWORD unsigned long
#define CLOCK (*(DWORD *) MK_FP(0x40, 0x6c))
#define NORMALIZE(a) a=MK_FP(FP_SEG(a)+(FP_OFF(a) >> 4), FP_OFF(a) & 0x0f)
#endif