Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
DELLOSELF(3)		      MBK LOGICAL FUNCTIONS		    DELLOSELF(3)

NAME
     delloself - delete a logical inductor

SYNOPSIS
     #include "mlo.h"

     int delloself(ptfig,ptself)
     lofig_list *ptfig ;
     loself_list *ptself ;

PARAMETERS
     ptfig		 Pointer  to  the figure in which the inductor should be
			 deleted

     ptself		 Pointer to the inductor to be deleted.

DESCRIPTION
     delloself 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 VALUE
     delloself 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)
     {
       return delloself(ptfig,ptself) ? "you just killed it!" : "wasn't here anyway" ;
     }

SEE ALSO
     mbk(1), lofig(3), loself(3), addloself(3).

ASIM/LIP6			 August 14, 2002		    DELLOSELF(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=delloself&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help