home *** CD-ROM | disk | FTP | other *** search
- {$if not def MISC_LIB_H} CONST MISC_LIB_H=0;
-
- { **********************************************************
- ** KickPascal-Include-Datei "misc.lib" zu Kickstart 3.0 **
- ********************************************************** }
-
- VAR MiscBase : Ptr;
-
- LIBRARY MiscBase :
-
- -6 : FUNCTION AllocMiscResource(D0:Long; A0:Str): Str;
- -12 : PROCEDURE FreeMiscResource(D0:Long);
- END;
- {$endif}
-