/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* p_args_len.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef P_ARGS_LEN_H # define P_ARGS_LEN_H # include size_t p_arg_len(const char word[], const size_t start); #endif