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.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/ft_s_lcom.h') diff --git a/src/ft_s_lcom.h b/src/ft_s_lcom.h index e69de29..186f93d 100644 --- a/src/ft_s_lcom.h +++ b/src/ft_s_lcom.h @@ -0,0 +1,18 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* ft_s_lcom.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FT_S_LCOM_H +#define FT_S_LCOM_H + +t_com *ft_lcom_new(const char word[]); + +#endif -- cgit v1.2.3