diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_s_lcom.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* 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 |