WIP adding env exec capabilities
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/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
|
||||
|
Reference in New Issue
Block a user