realpath is in

added realpath to libft
removed local references to realpath
This commit is contained in:
Tanguy MAZE
2019-01-29 18:26:04 +01:00
parent 9a1bc7b613
commit f88be73e8b
4 changed files with 4 additions and 75 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/27 14:43:56 by tmaze ### ########.fr */
/* Updated: 2019/01/29 18:23:45 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -47,6 +47,4 @@ 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