From f9869d5fdf97b932977f70eac1bc085be6761ee3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 20 Apr 2020 18:52:20 +0200 Subject: Continuing --- src/ft_s_lcom.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/ft_s_lcom.c') diff --git a/src/ft_s_lcom.c b/src/ft_s_lcom.c index 9189113..19e503b 100644 --- a/src/ft_s_lcom.c +++ b/src/ft_s_lcom.c @@ -1,9 +1,21 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_s_lcom.c :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + #include #include #include "ft_s_struct.h" t_lcom - *ft_lcom_lstnew(const char word[]) + *ft_lcom_new(const char word[]) { t_lcom nlcom; char **words -- cgit v1.2.3