This commit is contained in:
Camille Chauvet 2022-11-14 16:11:57 +01:00
parent 9102ae31ab
commit e37bd854c6
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/14 15:38:06 by cchauvet #+# #+# */
/* Updated: 2022/11/14 16:06:59 by cchauvet ### ########.fr */
/* Updated: 2022/11/14 16:11:37 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,7 +14,7 @@
# define GET_NEXT_LINE_H
# include <stdlib.h>
# include <unistd.h>
//# define BUFFER_SIZE 42
# define BUFFER_SIZE 42
void *ft_calloc(size_t nmemb, size_t size);
void *ft_realloc(void *ptr, size_t size);

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/14 15:38:06 by cchauvet #+# #+# */
/* Updated: 2022/11/14 16:06:23 by cchauvet ### ########.fr */
/* Updated: 2022/11/14 16:11:10 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,7 +14,7 @@
# define GET_NEXT_LINE_BONUS_H
# include <stdlib.h>
# include <unistd.h>
//# define BUFFER_SIZE 42
# define BUFFER_SIZE 42
void *ft_calloc(size_t nmemb, size_t size);
void *ft_realloc(void *ptr, size_t size);