diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-15 11:40:48 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-15 11:40:48 +0100 |
| commit | 496afe8e8a82d6db730bf835eb5fbe1ef3a142be (patch) | |
| tree | bf9f12c2abb32d436783743045fc900a2172ecdc /src/io/ft_printf/ft_vasprintf.h | |
| parent | 1e9b077e0d9f3c50d7d518bf6ea7f08e7f5ec590 (diff) | |
| download | libft-496afe8e8a82d6db730bf835eb5fbe1ef3a142be.tar.gz libft-496afe8e8a82d6db730bf835eb5fbe1ef3a142be.tar.bz2 libft-496afe8e8a82d6db730bf835eb5fbe1ef3a142be.zip | |
Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to use ft_strtol
Diffstat (limited to 'src/io/ft_printf/ft_vasprintf.h')
| -rw-r--r-- | src/io/ft_printf/ft_vasprintf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/io/ft_printf/ft_vasprintf.h b/src/io/ft_printf/ft_vasprintf.h index 4110557..2d364c8 100644 --- a/src/io/ft_printf/ft_vasprintf.h +++ b/src/io/ft_printf/ft_vasprintf.h @@ -6,12 +6,12 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/29 00:06:46 by cacharle #+# #+# */ -/* Updated: 2019/11/13 09:29:23 by cacharle ### ########.fr */ +/* Updated: 2020/01/15 11:39:15 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -#ifndef HEADER_H -# define HEADER_H +#ifndef FT_VASPRINTF_H +# define FT_VASPRINTF_H # include <unistd.h> # include <stdlib.h> |
