home *** CD-ROM | disk | FTP | other *** search
- {$if not def DISK_LIB_H} CONST DISK_LIB_H=0;
-
- { **********************************************************
- ** KickPascal-Include-Datei "disk.lib" zu Kickstart 3.0 **
- ********************************************************** }
-
- {$if not def RESOURCES_DISK_H;incl "resources/disk.h";endif}
-
- VAR DiskBase : Ptr;
-
- LIBRARY DiskBase:
-
- -6 : FUNCTION AllocUnit(D0:LongInt): Boolean;
- -12 : PROCEDURE FreeUnit(D0:LongInt);
- -18 : FUNCTION GetUnit(A1:p_DiscResourceUnit): p_DiscResourceUnit;
- -24 : PROCEDURE GiveUnit;
- -30 : FUNCTION GetUnitID(D0:LongInt): LongInt;
-
- { *** Routine ab V37 / Release 2.04 *** }
-
- -36 : FUNCTION ReadUnitID(D0:LongInt): LongInt;
- END;
-
- {$endif}
-