1
0

add printf

This commit is contained in:
Adam Joly
2024-02-04 15:26:48 +01:00
parent ec87e27fcf
commit 3952c22f55
10 changed files with 40 additions and 67 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/12/01 17:12:00 by adjoly #+# #+# */
/* Updated: 2024/02/04 14:26:01 by adjoly ### ########.fr */
/* Updated: 2024/02/04 15:24:21 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -23,6 +23,6 @@
char *get_next_line(int fd);
char *ft_strjoin_gnl(char *s1, char *s2);
void *ft_calloc(size_t nmemb, size_t size);
size_t ft_strlen(char *s);
size_t ft_strlen(const char *s);
#endif