From f078f191515d0fc65340a8722fad14f3de679d7b Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 18 Jan 2020 11:54:47 +0100 Subject: Added ft_getchar and fixing strtol --- libft.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libft.h') diff --git a/libft.h b/libft.h index bb11c5b..49996c3 100644 --- a/libft.h +++ b/libft.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/07 09:45:02 by cacharle #+# #+# */ -/* Updated: 2020/02/04 04:08:15 by cacharle ### ########.fr */ +/* Updated: 2020/02/04 04:41:08 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -94,7 +94,6 @@ void ft_putnbr_fd(int n, int fd); long ft_strtol(const char *str, char **endptr, int base); - /* ** bonus */ -- cgit