DELLOSIG(3) | MBK LOGICAL FUNCTIONS | DELLOSIG(3) |
dellosig - delete a logical signal
See the file buster/alliance/alc_origin.1.en.gz.
#include "mlo.h" int dellosig(ptfig, index) lofig_list ∗ptfig; long index;
dellosig delete the signal that has index as INDEX in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed.
dellosig returns 1 if the signal has been deleted, 0 if the signal index does not exists in the list.
#include "mlo.h" char ∗was_existing(ptfig, index) lofig_list ∗ptfig; long index; {
return dellosig(ptfig, index) ? "you just killed it!"
: "wasn't here anyway"; }
mbk(1), lofig(3), losig(3), addlosig(3), getlosig(3).
See the file buster/alliance/alc_bug_report.1.en.gz.
October 1, 1997 | ASIM/LIP6 |