EU2Route.mesa
Copyright
© 1985 by Xerox Corporation. All rights reserved.
Louis Monier March 17, 1986 4:13:44 pm PST
DIRECTORY Core;
EU2Route:
CEDAR
DEFINITIONS =
BEGIN
CreateRoute1:
PROC [bottom, top: Core.CellType]
RETURNS [Core.CellType];
END.