Query: addnum
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ADDNUM(3) MBK UTILITY FUNCTIONS ADDNUM(3)NAMEaddnum - create a num and add it to a listORIGINThis 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 "mut.h" num_list *addnum(ptnum, data) num_list *ptnum; long data;PARAMETERSptnum Pointer to a num_list data Value of the dataDESCRIPTIONaddnum creates a new num element and adds it to the front of the list pointed to by ptnum, and becomes itself the list head. The data fills the DATA field of the num strucutre. For details on the structure, see num(3).RETURN VALUEaddnum returns a pointer to the new head of list.EXAMPLE#include "mut.h" #include "mlo.h" void count(pn) num_list *pn; { num_list *c = NULL; /* initialized for regularity */ while (pt) { if (pt->TYPE == EXTERNAL) c = addnum(c, (void *)pt) pt = pt->NEXT; } return c; }SEE ALSOmbk(1), num(3), freenum(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 ADDNUM(3)
Related Man Pages |
---|
addchain(3) - debian |
addnum(3) - debian |
delnum(3) - debian |
getptype(3) - suse |
addptype(3) - osx |
Similar Topics in the Unix Linux Community |
---|
appending the count of line in each file at head of each file |