IOPackage.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Teitelman, April 20, 1983 3:42 pm
Atkinson, February 4, 1985 7:50:28 pm PST
Rovner, May 31, 1983 11:29 am
Birrell, June 7, 1983 10:54 am
MBrown, October 21, 1983 0:01 am
Swinehart, June 25, 1984 1:30:53 pm PDT
IOPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, AtomPrivate, BasicTime, Real, RealOps, RefText, Rope, RuntimeError
EXPORTS Convert, IO, IOClasses, IOUtils, EditedStream
CONTROL IOCommonImpl, IOSimpleStreamsImpl, IOScanImpl, IOPrintImpl, IOConvertImpl, IODateAndTimeImpl, IOClassesImpl, IOPipeImpl, IOEditedStreamImpl
= BEGIN
IOCommonImpl;
IOSimpleStreamsImpl;
IOScanImpl;
IOPrintImpl;
IOConvertImpl;
IODateAndTimeImpl;
IOClassesImpl;
IOPipeImpl;
IOEditedStreamImpl;
END.