SoftcardTool.mesa
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
written by Christian Le Cocq, September 22, 1988
Christian Le Cocq September 27, 1988 4:34:47 pm PDT
Viewer related part of the 6085 <-> Sparc soft card communication package.
DIRECTORY
IO,
Rope;
SoftcardTool: CEDAR DEFINITIONS
~ BEGIN
CreateCmdStreams: PUBLIC PROC [name: Rope.ROPE] RETURNS [in, out, err: IO.STREAM];
CreateTool: PROC[name: Rope.ROPE];
the default name is "Puff Console".
END.