|
libft
|
Include dependency graph for ft_calloc.c: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.
1.8.16