FreeBSD Manual Pages
DELLOCAP(3) MBK LOGICAL FUNCTIONS DELLOCAP(3) NAME dellocap - delete a logical capacitor SYNOPSIS #include "mlo.h" int dellocap(ptfig,ptcap) lofig_list *ptfig ; locap_list *ptcap ; PARAMETERS ptfig Pointer to the figure in which the capacitor should be deleted ptcap Pointer to the capacitor to be deleted. DESCRIPTION dellocap delete the capacitor pointed to by ptcap in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. The capacitor connectors are also freed, since if the capacitor disap- pear, no more connections can occur on it. RETURN VALUE dellocap returns 1 if the capacitor has been deleted, 0 if the capaci- tor pointer does not exists in the list. EXAMPLE #include "mlo.h" char *was_existing(lofig_list *ptfig,locap_list *ptcap) { return dellocap(ptfig,ptcap) ? "you just killed it!" : "wasn't here anyway" ; } SEE ALSO mbk(1), lofig(3), locap(3), addlocap(3). ASIM/LIP6 August 14, 2002 DELLOCAP(3)
NAME | SYNOPSIS | PARAMETERS | DESCRIPTION | RETURN VALUE | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dellocap&sektion=3&manpath=FreeBSD+Ports+15.0>
