aboutsummaryrefslogtreecommitdiff
path: root/libft.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-18 11:54:47 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-04 05:33:59 +0100
commitf078f191515d0fc65340a8722fad14f3de679d7b (patch)
treed6881ef24f6cc062332f3aa17709f693cf783b20 /libft.h
parent014d876b691b5c0e84faa98bd308a855269e4ae4 (diff)
downloadlibft-f078f191515d0fc65340a8722fad14f3de679d7b.tar.gz
libft-f078f191515d0fc65340a8722fad14f3de679d7b.tar.bz2
libft-f078f191515d0fc65340a8722fad14f3de679d7b.zip
Added ft_getchar and fixing strtol
Diffstat (limited to 'libft.h')
-rw-r--r--libft.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libft.h b/libft.h
index bb11c5b..49996c3 100644
--- a/libft.h
+++ b/libft.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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
*/