diff --git a/42sh/includes/completion.h b/42sh/includes/completion.h index b9d1874b..76b10e06 100644 --- a/42sh/includes/completion.h +++ b/42sh/includes/completion.h @@ -6,7 +6,7 @@ /* By: alao +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/02/18 11:13:04 by alao #+# #+# */ -/* Updated: 2017/02/16 21:02:51 by alao ### ########.fr */ +/* Updated: 2017/02/17 11:10:48 by gwojda ### ########.fr */ /* */ /* ************************************************************************** */ @@ -152,4 +152,11 @@ int c_clear(t_data *s); int c_clear_lst(t_comp *c); char *path_solver(t_comp *c, char *cmd, char *cwd); +/* +** ajout rapide gwojda pour compiler : +*/ + +int ft_sstrlen(char **s); +char *ft_sstrtostr(char **s, char *sep); + #endif