home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Packages.h
-
- Copyright: © 1984-1993 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef __PACKAGES__
- #define __PACKAGES__
-
- #ifndef __TYPES__
- #include <Types.h>
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- #endif
-
- enum {
- listMgr = 0, /*list manager*/
- dskInit = 2, /*Disk Initializaton*/
- stdFile = 3, /*Standard File*/
- flPoint = 4, /*Floating-Point Arithmetic*/
- trFunc = 5, /*Transcendental Functions*/
- intUtil = 6, /*International Utilities*/
- bdConv = 7, /*Binary/Decimal Conversion*/
- editionMgr = 11 /*Edition Manager*/
- };
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern pascal void InitPack(short packID)
- ONEWORDINLINE(0xA9E5);
- extern pascal void InitAllPacks(void)
- ONEWORDINLINE(0xA9E6);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
-