home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Commun⁄Network
/
Telnet 2.5.src.ThinkC
/
source
/
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-11-15
|
284 b
|
14 lines
|
[
TEXT/MPS
]
#if 0 /* BYU LSC */
#define TRUE (-1)
#define FALSE 0
#endif
/*#define GetColor(x,y,z,n) GETCOLOR(x,y,z,n) /* BYU LSC */
#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)