home *** CD-ROM | disk | FTP | other *** search
- {$if not def TRANSLATOR_LIB_H} CONST TRANSLATOR_LIB_H=0;
-
- { ****************************************************************
- ** KickPascal-Include-Datei "translator.lib" zu Kickstart 3.0 **
- **************************************************************** }
-
- { *** nicht mehr Bestandteil des Betriebssystems! *** }
-
- VAR TranslatorBase : Ptr;
-
- LIBRARY TranslatorBase :
-
- -30 : FUNCTION Translate(A0:Str; D0:LongInt; A1:Str; D1:LongInt): LongInt;
- END;
-
- {$endif}
-