home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
DataScope 2.0.3
/
DataScope2l
/
TCPIncludes
/
mpw.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-05-04
|
242 b
|
13 lines
|
[
TEXT/MPS
]
#define TRUE (-1)
#define FALSE 0
#define GetColor(x,y,z,n) GETCOLOR(x,y,z,n)
#define pass(x) (&x)
#define ptoc(x) x
#define ctop(x) x
#define movmem(y,x,z) memcpy(x,y,z)
#define setmem(x,z,y) memset(x,y,z)
#define index(x,y) strchr(x,y)