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

  1. long
  2.     TR_NotUsed = -1,
  3.     TR_NoMem   = -2,
  4.     TR_MakeBad = -4;
  5.  
  6. extern
  7.     Translate(*char instring; ulong inlen; *char outbuf; ulong outlen)long;
  8.