commit merge

This commit is contained in:
gwojda 2017-02-17 11:15:32 +01:00
parent 61b193013e
commit 0e1595101b

View file

@ -6,7 +6,7 @@
/* By: alao <alao@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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