home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / translator.lib < prev    next >
Encoding:
Text File  |  1994-07-25  |  462 b   |  17 lines

  1. {$if not def TRANSLATOR_LIB_H} CONST TRANSLATOR_LIB_H=0;
  2.  
  3. { ****************************************************************
  4.   ** KickPascal-Include-Datei "translator.lib" zu Kickstart 3.0 **
  5.   **************************************************************** }
  6.  
  7. { *** nicht mehr Bestandteil des Betriebssystems! *** }
  8.  
  9. VAR TranslatorBase : Ptr;
  10.  
  11. LIBRARY TranslatorBase :
  12.  
  13. -30 : FUNCTION Translate(A0:Str; D0:LongInt; A1:Str; D1:LongInt): LongInt;
  14. END;
  15.  
  16. {$endif}
  17.