TeXExport.mesa
Last Edited by: Pavel, May 23, 1985 1:37:23 pm PDT
This interface exists only to avoid importing from an implementation.
DIRECTORY
Commander USING [CommandProc]
;
TeXExport: CEDAR DEFINITIONS
= BEGIN
TwiddlePascal: PROC;
ExclusiveProc: Commander.CommandProc;
InterruptTex: Commander.CommandProc;
END.