|
NAMEdellosig - delete a logical signal See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" int dellosig(ptfig, index) lofig_list ∗ptfig; long index; PARAMETERSDESCRIPTIONdellosig delete the signal that has index as INDEX in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. RETURN VALUEdellosig returns 1 if the signal has been deleted, 0 if the signal index does not exists in the list. EXAMPLE
#include "mlo.h"
char ∗was_existing(ptfig, index)
lofig_list ∗ptfig;
long index;
{
SEE ALSOmbk(1), lofig(3), losig(3), addlosig(3), getlosig(3). See the file man1/alc_bug_report.1.
|