libft
|
Go to the source code of this file.
Functions | |
void * | ft_calloc (size_t count, size_t size) |
Replicates behaviour of calloc from libc . More... | |
void* ft_calloc | ( | size_t | count, |
size_t | size | ||
) |
Replicates behaviour of calloc
from libc
.
Definition at line 21 of file ft_calloc.c.