1DELLOFIG(3)                 MBK PHYSICAL FUNCTIONS                 DELLOFIG(3)
2
3
4

NAME

6       dellofig - delete and free a logical figure
7

SYNOPSIS

9       #include "mlo.h"
10       int dellofig(figname)
11       char ∗figname;
12

PARAMETER

14       figname             Name of the figure to be deleted
15

DESCRIPTION

17       dellofig  deletes  the  figure  called figname from the list of logical
18       figure in memory. All the lists of elements belonging to the figure are
19       also deleted and freed.
20

RETURN VALUE

22       dellofig  returns 1 if the figure was delete, and 0 if no figure called
23       figname was present in memory.
24

EXAMPLE

26       #include "mlo.h"
27       void delete_na2_y()
28       {
29          if (dellofig("na2_y"))
30             (void)fputs("deleted na2_y successfully", stdout);
31          else
32             (void)fputs("na2_y not present in ram !", stdout);
33       }
34

SEE ALSO

36       mbk(1), lofig(3), addlofig(3), getlofig(3), loadlofig(3), savelofig(3),
37       flattenlofig(3), rflattenlofig(3).
38
39
40
41
42
43
44ASIM/LIP6                       October 1, 1997                    DELLOFIG(3)
Impressum