|
ITS
|
Go to the source code of this file.
Functions | |
| int | asn_set_add (void *asn_set_of_x, void *ptr) |
| void | asn_set_del (void *asn_set_of_x, int number, int _do_free) |
| void | asn_set_empty (void *asn_set_of_x) |
| int asn_set_add | ( | void * | asn_set_of_x, |
| void * | ptr | ||
| ) |
Definition at line 13 of file asn_SET_OF.c.
References _A_SET_FROM_VOID, and REALLOC.
| void asn_set_del | ( | void * | asn_set_of_x, |
| int | number, | ||
| int | _do_free | ||
| ) |
Definition at line 43 of file asn_SET_OF.c.
References _A_SET_FROM_VOID.
| void asn_set_empty | ( | void * | asn_set_of_x | ) |
Definition at line 71 of file asn_SET_OF.c.
References _A_SET_FROM_VOID, and FREEMEM.
Referenced by SET_OF_free().