/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* c_keys_next.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: rbousset +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */ /* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */ /* */ /* ************************************************************************** */ #ifndef C_KEYS_NEXT_H # define C_KEYS_NEXT_H #include "c_init.h" #include "s_struct.h" short c_key_up(char *line[], t_caps *tcaps, t_msh *msh); #endif