CHECKLOCONORDER(3) | MBK LOGICAL FUNCTIONS | CHECKLOCONORDER(3) |
checkloconorder - checks the consistency of a list of logical connectors
See the file buster/alliance/alc_origin.1.en.gz.
#include "mlo.h" void checkloconorder(connectors) locon_list ∗connectors;
checkloconorder checks the list of logical connectors pointed to by ∗connectors for conformity towards mbk(1) consistency rules. Checks are done to warranty :
"∗∗∗ mbk error ∗∗∗ radical name already used in a connector"
#include "mlo.h" void savewithcheck(figname) char ∗figname; { lofig_list ∗figure = getlocon(figname, 'A');
checkloconorder(figure->LOCON);
savelofig(figure); }
mbk(1), locon(3), addlocon(3), dellocon(3), checkloconorder(3), qsort(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |