ALLIANCEBANNER(3) | MBK UTILITY FUNCTIONS | ALLIANCEBANNER(3) |
alliancebanner - display the standardized Alliance banner
See the file buster/alliance/alc_origin.1.en.gz.
#include "mut.h" void alliancebanner(tool, tv, comment, date, av) char ∗tool, ∗tv, ∗comment, ∗date, ∗av;
alliancebanner ouputs on stdout a standardized banner with the name of the tool in large letters, and a cartouche containing some informations about the Alliance CAD system. This function is to be used by all the Alliance tools, and expect a display 80 columns wide.
#include "ba315n.h" #define nfloptitle(name) \
alliancebanner("nFloP", VERSION,\
"not a FloorPlan router", "92, 93",\
ALLIANCE_VERSION)
alliancebanner: Error: Resulting size bigger than 80 columns not allowed
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |