realpath is in
added realpath to libft removed local references to realpath
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user