home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
ncsat.cpt
/
Telnet2.5 final
/
main
/
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
|
1991-12-23
|
241 b
|
12 lines
#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)