FIX first part of mandatory functions
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/05 19:26:10 by dgaillet #+# #+# */
|
||||
/* Updated: 2025/11/05 19:29:48 by dgaillet ### ########lyon.fr */
|
||||
/* Updated: 2025/11/05 21:18:14 by dgaillet ### ########lyon.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#include "libft.h"
|
||||
|
||||
void *calloc(size_t nmemb, size_t size)
|
||||
void *ft_calloc(size_t nmemb, size_t size)
|
||||
{
|
||||
void *all_mem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user