void afc_free ( void * mem );
void afc_free
This function is a wrapper around the standard free (3) function. Please, use this function in pair with all afc_malloc() calls you will do.
Pointer of memory to release to the system.
NONE
This function handles NULL pointer
afc_malloc()