Query: dellofig
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DELLOFIG(3) MBK PHYSICAL FUNCTIONS DELLOFIG(3)NAMEdellofig - delete and free a logical figureORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mlo.h" int dellofig(figname) char *figname;PARAMETERfigname Name of the figure to be deletedDESCRIPTIONdellofig deletes the figure called figname from the list of logical figure in memory. All the lists of elements belonging to the figure are also deleted and freed.RETURN VALUEdellofig returns 1 if the figure was delete, and 0 if no figure called figname was present in memory.EXAMPLE#include "mlo.h" void delete_na2_y() { if (dellofig("na2_y")) (void)fputs("deleted na2_y successfully", stdout); else (void)fputs("na2_y not present in ram !", stdout); }SEE ALSOmbk(1), lofig(3), addlofig(3), getlofig(3), loadlofig(3), savelofig(3), flattenlofig(3), rflattenlofig(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 DELLOFIG(3)
Related Man Pages |
---|
getlofig(3) - debian |
delphfig(3) - suse |
delphfig(3) - x11r4 |
dellofig(3) - opendarwin |
delphfig(3) - v7 |
Similar Topics in the Unix Linux Community |
---|
Can't figure out else not matching |
[C] help with string handling memory leak |
figure out how part of a logfile got deleted |
Who deleted my files |
Split command |