home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / exec / types.g < prev   
Text File  |  1987-05-16  |  118b  |  13 lines

  1. uint
  2.     TRUE  = 1,
  3.     FALSE = 0;
  4.  
  5. ulong
  6.     NULL  = 0;
  7.  
  8. ulong
  9.     BYTEMASK = 0xFF;
  10.  
  11. ulong
  12.     LIBRARY_VERSION = 33;
  13.