Package Name: segload
with Types; use Types;
package SegLoad is
--
-- File: SegLoad.h
--
-- Contains: Segment Loader Interfaces.
--
-- Version: Technology: System 7.5
-- Package: Universal Interfaces 2.1 in ŇMPW LatestÓ on ETO #18
--
-- Copyright: © 1984-1995 by Apple Computer, Inc.
-- All rights reserved.
--
--
-- Because PowerPC applications donŐt have segments,
-- UnloadSeg is unsupported for PowerPC.
--
procedure ExitToShell;
pragma Import (C, ExitToShell, "ExitToShell", "ExitToShell");
end SegLoad;