debug env list WIP

This commit is contained in:
Tanguy MAZE
2019-01-10 18:01:12 +01:00
parent 2793aed4e5
commit 35e4c2e23a
7 changed files with 183 additions and 163 deletions

View File

@@ -6,13 +6,13 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/11/27 16:14:07 by tmaze #+# #+# */
/* Updated: 2018/11/27 17:29:35 by tmaze ### ########.fr */
/* Updated: 2019/01/09 15:13:21 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
#include "minishell.h"
int cmd_echo(char **argv, char **env)
int cmd_echo(char **argv, t_list *env)
{
size_t i;