Normed out funtions

sorting out needed
This commit is contained in:
Tanguy MAZE
2020-01-25 17:27:02 +01:00
parent f094553b79
commit fdd37da7d0
6 changed files with 102 additions and 99 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/11/18 13:12:34 by tmaze #+# #+# */
/* Updated: 2019/12/06 09:54:47 by tmaze ### ########.fr */
/* Updated: 2020/01/25 15:06:00 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -34,5 +34,6 @@ int cmd_echo(char **argv, t_env **env);
char **res_ext(char **argv, t_env *env);
int exec_cmd(char **argv, t_env **env);
void *ft_strdel_null(char **s);
#endif