tifiles_free Function

file_int.h

void tifiles_free (void *ptr);

Parameters

ptr
a ptr on a block allocated my tifiles_malloc/calloc/realloc.


Summary

Acts like the 'free' function.

See also

tifiles_malloc, tifiles_calloc, tifiles_realloc


Return to the API index