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