SparcSoftcardLoaderOps.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
written by Christian Le Cocq, October 11, 1988
Christian Le Cocq October 11, 1988 11:39:24 am PDT
Registration for programs which need to be called for each module loaded in the softcard.
DIRECTORY
IO USING [STREAM];
SparcSoftcardLoaderOps: CEDAR DEFINITIONS
~ BEGIN
RegisterStartProc: PUBLIC PROC [ref: REF, sProc: PROC [inputFile: IO.STREAM]];
END.