From ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- src/io/ft_next_line.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/io/ft_next_line.c') diff --git a/src/io/ft_next_line.c b/src/io/ft_next_line.c index 59e245b..51d21ec 100644 --- a/src/io/ft_next_line.c +++ b/src/io/ft_next_line.c @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_next_line.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/01/31 10:39:38 by cacharle #+# #+# */ +/* Updated: 2020/01/31 10:39:40 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + #include "libft.h" static int st_find_newline(char *str) -- cgit