![]() |
![]()
| ![]() |
![]()
NAMEdellores - delete a logical resistor See the file man1/alc_origin.1. SYNOPSIS#include "mlo.h" int dellores(ptfig,ptres) lofig_list ∗ptfig ; lores_list ∗ptres ; PARAMETERSDESCRIPTIONdellores delete the resistor pointed to by ptres in the figure pointed to by ptfig. The list consistency is maintainded, and the space freed. The resistor connectors are also freed, since if the resistor disappear, no more connections can occur on it. RETURN VALUEdellores returns 1 if the resistor has been deleted, 0 if the resistor pointer does not exists in the list. EXAMPLE#include "mlo.h" char ∗was_existing(lofig_list ∗ptfig,lores_list ∗ptres) { SEE ALSOmbk(1), lofig(3), lores(3), addlores(3). See the file man1/alc_bug_report.1.
|