|
minishell
|

Go to the source code of this file.
Functions | |
| void * | ft_calloc_nofill (size_t count, size_t size) |
| void * | ft_calloc (size_t count, size_t size) |
| void* ft_calloc | ( | size_t | count, |
| size_t | size | ||
| ) |
Definition at line 29 of file ft_calloc.c.


| void* ft_calloc_nofill | ( | size_t | count, |
| size_t | size | ||
| ) |
Definition at line 17 of file ft_calloc.c.

