EU2ControlAlps.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Louis Monier May 20, 1986 2:17:09 pm PDT
DIRECTORY Core;
EU2ControlAlps: CEDAR DEFINITIONS = BEGIN
CreateControl: PROC RETURNS [cellType: Core.CellType];
CreateRamControl: PROC RETURNS [Core.CellType];
CreateBothAlps: PROC RETURNS [cellType: Core.CellType];
CreateDPControl: PROC RETURNS [Core.CellType];
CreateCondControl: PROC RETURNS [cellType: Core.CellType];
END.