calloc fix

This commit is contained in:
David Gailleton
2025-11-12 17:23:46 +01:00
parent 187e68e1aa
commit 53b2050d11
6 changed files with 13 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
/* By: dgaillet <dgaillet@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/05 09:49:43 by dgaillet #+# #+# */
/* Updated: 2025/11/10 18:18:17 by dgaillet ### ########lyon.fr */
/* Updated: 2025/11/12 17:05:00 by dgaillet ### ########lyon.fr */
/* */
/* ************************************************************************** */
@@ -15,6 +15,8 @@
# include <stdlib.h>
# include <unistd.h>
# include <limits.h>
# include <stdint.h>
typedef struct s_list
{