ft_calloc: initial implementation
This commit is contained in:
parent
fce032ce2f
commit
a38e9e5f94
3 changed files with 52 additions and 3 deletions
4
libft.h
4
libft.h
|
|
@ -6,7 +6,7 @@
|
|||
/* By: kcolin <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/15 10:11:54 by kcolin #+# #+# */
|
||||
/* Updated: 2024/10/16 16:06:06 by kcolin ### ########.fr */
|
||||
/* Updated: 2024/10/17 10:19:51 by kcolin ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -44,4 +44,6 @@ char *ft_strnstr(const char *big, const char *little, size_t len);
|
|||
|
||||
int ft_atoi(const char *nptr);
|
||||
|
||||
void *ft_calloc(size_t nmemb, size_t size);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue