diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-18 11:54:47 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-04 05:33:59 +0100 |
| commit | f078f191515d0fc65340a8722fad14f3de679d7b (patch) | |
| tree | d6881ef24f6cc062332f3aa17709f693cf783b20 /libft.h | |
| parent | 014d876b691b5c0e84faa98bd308a855269e4ae4 (diff) | |
| download | libft-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 */ |
