a bit of cleaning

This commit is contained in:
Tanguy MAZE
2019-01-27 17:38:59 +01:00
parent 98807eb6f8
commit 784e71d719
4 changed files with 83 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/11/18 13:12:34 by tmaze #+# #+# */
/* Updated: 2019/01/25 16:25:35 by tmaze ### ########.fr */
/* Updated: 2019/01/27 14:43:56 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -47,4 +47,6 @@ int ft_isin(char *str, char c);
char *check_path_slash(char *exec);
char *check_path_dot(char *exec, t_list *env);
char *ft_realpath(char *r_path, char **a_path);
#endif