| tifiles_calloc | Function |
| file_int.h |
| void* tifiles_calloc (size_t nmemb, size_t size); |
Parameters
| nmemb |
the number of elements |
| size |
the size of each elements |
Summary
Acts like the 'calloc' function.
See also
tifiles_malloc, tifiles_free, tifiles_realloc