aboutsummaryrefslogtreecommitdiff
path: root/include/libft_printf.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-31 10:44:30 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-02 22:12:42 +0100
commitac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc (patch)
tree214d344c714bdf5b53d651dbd11fec9e0db283cb /include/libft_printf.h
parent9db52bc5ef545a3fa9973002e9a28a2ece68d029 (diff)
downloadlibft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.gz
libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.tar.bz2
libft-ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc.zip
hash table unit testing, norming
Diffstat (limited to 'include/libft_printf.h')
-rw-r--r--include/libft_printf.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libft_printf.h b/include/libft_printf.h
index 1200478..8e64208 100644
--- a/include/libft_printf.h
+++ b/include/libft_printf.h
@@ -1,6 +1,17 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* libft_printf.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/01/31 10:36:47 by cacharle #+# #+# */
+/* Updated: 2020/01/31 10:36:51 by cacharle ### ########.fr */
+/* */
+/* ************************************************************************** */
-#ifndef FT_PRINTF_H
-# define FT_PRINTF_H
+#ifndef LIBFT_PRINTF_H
+# define LIBFT_PRINTF_H
int ft_printf(const char *format, ...);
int ft_sprintf(char *str, const char *format, ...);