Je suis tout dur façe a Samantha

This commit is contained in:
Etienne Rey-bethbeder
2023-02-23 13:36:26 +01:00
parent 29a4a864c3
commit 0661f2fbd1
3 changed files with 25 additions and 5 deletions

View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angoulem +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/02/14 14:56:02 by cchauvet #+# #+# */
/* Updated: 2023/02/14 14:58:40 by cchauvet ### ########.fr */
/* Updated: 2023/02/23 13:20:55 by erey-bet ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,3 +27,12 @@ int print_env(t_list **head, int fd)
}
return (0);
}
/*int main(int argc, char *argv[], char **env)
{
t_list **be;
be = init_env(env);
print_env(be, 1);
return (0);
}*/