CDCmosPackage.config
Copyright © 1983, 1984 by Xerox Corporation. All rights reserved.
by Christian Jacobi June 24, 1983 4:25 pm
Last Edited by: Kimr, August 26, 1983 2:50 pm
last modified by Christian Jacobi October 23, 1984 2:45:42 pm PDT
CDCmosPackage: CONFIGURATION
IMPORTS
Atom,
Commander,
CommandTool,
TerminalIO,
CD,
CDCallSpecific,
CDCells,
CDColors,
CDCommands,
CDDirectory,
CDLRUCache,
CDProperties,
CDValue, CDPanel,
CDEvents,
CDRects,
CDViewer,
CDTexts,
CDDefaults,
CDTipEtc,
CDApplications,
CDExtras,
CDMarks,
CDRepetitions,
CDSequencer,
CDStretchyExtras,
CDOps,
CDOrient,
CDPrivate,
CDIO,
FS,
IO,
Rope,
RuntimeError,
TokenIO,
UserProfile,
CDBusses,
FileNames
EXPORTS
CMos,
CMosContacts,
CMosTransistors
CONTROL
CMosImpl,
CMosContactsImpl,
CMosContactCommands,
CMosTransistorsImpl,
CMosTransistorCommands,
CMosPDif,
ChipmonkCmosRead,
ChipmonkCMosWrite =
BEGIN
CMosImpl;
CMosTransistorsImpl;
CMosContactsImpl;
CMosContactCommands;
CMosTransistorCommands;
CMosPDif;
ChipmonkCmosRead;
ChipmonkCMosWrite;
END.