Query: freerdsrec
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FREERDSREC(3) RDS PHYSICAL FUNCTIONS FREERDSREC(3)NAMEfreerdsrec - free memory associated to a rectangleORIGINThis 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 "rdsnnn.h" void freerdsrec( Rectangle, Size ) rdsrec_list *Rectangle; unsigned int Size;PARAMETERRectangle Pointer of the rectangle structure to free. Size Size of the structure added (if it exists) to rdsrec_list structure.DESCRIPTIONThis function deletes the memory associated to the rectangle. Memory used is both memory of rdsrec_list structure and memory of the struc- ture added by the user. If the user structure doesn't exist, the parameter 'Size' must be to 0L. Memory place used by the Pointers of the rdsrec_list structure (and the added structure) is not deleted so the user has to free these pointers before calling the freerdsrec() func- tion.RETURN VALUEnothingERRORSnoneEXAMPLE#include "mutnnn.h" #include "rdsnnn.h" #include "rtlnnn.h" typedef struct UserStruct { char *STRING; void *USER1; } UserStruct; main() { rdsrec_list *Rectangle; mbkenv(); rdsenv(); loadrdsparam(); Rectangle = allocrdsrec ( sizeof ( UserStruct ) ); ... /* */ freerdsrec ( Rectangle, sizeof ( UserStruct ) ); }SEE ALSOlibrds, freerdsrec, rdsfreeBUG 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 FREERDSREC(3)
Related Man Pages |
---|
delrdsfigrec(3) - debian |
delrdsrecwindow(3) - debian |
delrdsinsrec(3) - debian |
freerdsrec(3) - debian |
viewrfmvia(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Need to delete previous line after successful seearch |
Size of Structure |
C++, format of function call |