tifiles_malloc Function

file_int.h

void* tifiles_malloc (size_t size);

Parameters

size
the size of the block to allocate


Summary

Acts like the 'malloc' function.

See also

tifiles_calloc, tifiles_free, tifiles_realloc


Return to the API index