centos man page for dellosig

Query: dellosig

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DELLOSIG(3)						       MBK LOGICAL FUNCTIONS						       DELLOSIG(3)

NAME
dellosig - delete a logical signal
ORIGIN
This software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.fr
SYNOPSYS
#include "mlo.h" int dellosig(ptfig, index) lofig_list *ptfig; long index;
PARAMETERS
ptfig Pointer to the figure in which the signal should be deleted index Index of the signal to be deleted.
DESCRIPTION
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.
RETURN VALUE
dellosig 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; { return dellosig(ptfig, index) ? "you just killed it!" : "wasn't here anyway"; }
SEE ALSO
mbk(1), lofig(3), losig(3), addlosig(3), getlosig(3).
BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.
ASIM
/LIP6 October 1, 1997 DELLOSIG(3)
Related Man Pages
addlosig(3) - debian
dellosig(3) - debian
givelosig(3) - debian
addlosig(3) - opendarwin
dellosig(3) - hpux
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!