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:
C/C++ Source or Header  |  1994-05-04  |  242 b   |  13 lines  |  [TEXT/MPS ]

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