From 851622dc9350f188739caabc87e8be13c40f7fce Mon Sep 17 00:00:00 2001 From: Manzovince Date: Thu, 18 Apr 2019 11:47:42 +0200 Subject: [PATCH] print_test ft deleted (not used anymore) --- fillit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fillit.h b/fillit.h index 6eb65b5..8e6efcf 100644 --- a/fillit.h +++ b/fillit.h @@ -6,7 +6,7 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */ -/* Updated: 2019/04/15 20:53:57 by vmanzoni ### ########.fr */ +/* Updated: 2019/04/18 11:46:51 by vmanzoni ### ########.fr */ /* */ /* ************************************************************************** */ @@ -40,7 +40,6 @@ typedef struct s_fillist ** FUNCTIONS */ -void print_test(char *test); //DELETE BEFORE EVALUATION char *read_file(char *file); void print_error(char *s); void parse_input(char *input);