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:
C/C++ Source or Header  |  1991-11-15  |  284 b   |  14 lines  |  [TEXT/MPS ]

  1. #if 0    /* BYU LSC */
  2. #define TRUE    (-1)
  3. #define FALSE    0
  4. #endif
  5.  
  6. /*#define GetColor(x,y,z,n)  GETCOLOR(x,y,z,n)    /* BYU LSC */
  7. #define pass(x)    (&x)
  8.  
  9. #define ptoc(x) x
  10. #define ctop(x) x
  11. #define movmem(y,x,z) memcpy(x,y,z)
  12. #define setmem(x,z,y)    memset(x,y,z)
  13. #define index(x,y)    strchr(x,y)
  14.