WIP adding env exec capabilities

This commit is contained in:
Tanguy MAZE
2019-01-31 17:58:05 +01:00
parent f04da8b91f
commit 25bfd0c946
3 changed files with 75 additions and 7 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/29 18:23:45 by tmaze ### ########.fr */
/* Updated: 2019/01/31 17:36:17 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -47,4 +47,8 @@ int ft_isin(char *str, char c);
char *check_path_slash(char *exec);
char *check_path_dot(char *exec, t_list *env);
void ft_lstdelenvelem(void *content, size_t size);
t_envelem *ft_envtoenvelem(char *env);
#endif