afc_free

Name

afc_free  -- Allocates memory

Synopsis

void afc_free ( void * mem );

Description

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.

Inputs

mem

Pointer of memory to release to the system.

Result

NONE

Note

See Also