IFUCoreCellsImpl.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Curry August 18, 1986 8:33:40 am PDT
DIRECTORY Core, CoreLibrary, IFUCoreCells;
IFUCoreCellsImpl: CEDAR PROGRAM
IMPORTS CoreLibrary
EXPORTS IFUCoreCells
= BEGIN
library:  PUBLIC CoreLibrary.Library ← CoreLibrary.OpenLibrary["IFUCore"];
libraryPads: PUBLIC CoreLibrary.Library ← CoreLibrary.OpenLibrary["IFUPads"];
END.