/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* str_find_str.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2023/08/10 11:11:01 by maiboyer #+# #+# */ /* Updated: 2023/12/09 16:53:44 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef STR_FIND_STR_H # define STR_FIND_STR_H # include "me/types.h" const char *str_find_str(t_const_str str, t_const_str to_find); #endif