added unset

This commit is contained in:
mdev9
2024-02-28 12:59:54 +01:00
parent 0f17caaa8e
commit 02d4d7d782
4 changed files with 18 additions and 4 deletions

View File

@ -6,7 +6,7 @@
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/04 17:31:38 by tomoron #+# #+# */
/* Updated: 2024/02/26 20:30:30 by marde-vr ### ########.fr */
/* Updated: 2024/02/28 12:46:27 by marde-vr ### ########.fr */
/* */
/* ************************************************************************** */
@ -99,5 +99,6 @@ char **split_paths_from_env(t_env *env);
void find_cmd_path(t_msh *msh, char **paths, int *found);
void get_cmd_path(t_msh *msh);
void handle_here_doc(t_msh *msh, char *eof);
int ft_unset(t_msh *msh);
#endif