home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 12: Textmags & Docs
/
nf_archive_12.iso
/
MAGS
/
SOURCES
/
ATARI_SRC.ZIP
/
atari source
/
AHDI
/
TSTDRIVE
/
DEFINE.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
|
2001-02-09
|
355 b
|
28 lines
/* defs.h */
#define NULL 0L
#define LONG long
#define WORD int
#define UWORD unsigned int
#define BYTE char
#define REG register
#define SECTOR LONG
#define OFF 0
#define ON 1
#define NO 0
#define YES 1
#define FALSE 0
#define TRUE 1
#define OK 0
#define ERROR (-1)
#define BAILOUT (-2)
extern long gemdos();