aboutsummaryrefslogtreecommitdiff
path: root/src/io/ft_printf/ft_vasprintf.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-15 11:40:48 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-15 11:40:48 +0100
commit496afe8e8a82d6db730bf835eb5fbe1ef3a142be (patch)
treebf9f12c2abb32d436783743045fc900a2172ecdc /src/io/ft_printf/ft_vasprintf.h
parent1e9b077e0d9f3c50d7d518bf6ea7f08e7f5ec590 (diff)
downloadlibft-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.h6
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>