GNU Info

Info Node: (g-wrap.info)Function for deallocating an object

(g-wrap.info)Function for deallocating an object


Next: Function for object comparisons Prev: Printing object representations Up: C code needed for adding new types
Enter node , (file) or (file)node

Function for deallocating an object
===================================

The function for deallocating a pointer to an object on garbage
collection should have a single argument--a pointer to the object to be
deallocated.

An example of such a function declaration:
     void m_free(MAT *);


automatically generated by info2www version 1.2.2.9