home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 387b.lha / dice_v2.02 / include / lib / bcpl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-30  |  117 b   |  7 lines

  1.  
  2.  
  3. #define BTOC(bptr, type)  ((type *)((long)(bptr) << 2))
  4. #define CTOB(cptr)  ((BPTR)((unsigned long)(cptr) >> 2))
  5.  
  6.  
  7.