home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1065.dms / 1065.adf / Cross / txt / CPCError.def < prev    next >
Text File  |  1987-06-04  |  134b  |  8 lines

  1. DEFINITION MODULE CPCError;
  2.  
  3. FROM SYSTEM IMPORT ADDRESS;
  4.  
  5. PROCEDURE myAssert(flag: BOOLEAN; txt1Ptr,txt2Ptr: ADDRESS);
  6.  
  7. END CPCError.
  8.