![]() |
![]()
| ![]() |
![]()
NAMEdellocap - delete a logical capacitor See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" int dellocap(ptfig,ptcap) lofig_list ∗ptfig ; locap_list ∗ptcap ; PARAMETERSDESCRIPTIONdellocap 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 disappear, no more connections can occur on it. RETURN VALUEdellocap returns 1 if the capacitor has been deleted, 0 if the capacitor pointer does not exists in the list. EXAMPLE#include "mlo.h" char ∗was_existing(lofig_list ∗ptfig,locap_list ∗ptcap) { SEE ALSOmbk(1), lofig(3), locap(3), addlocap(3). See the file man1/alc_bug_report.1.
|