Je suis tout dur façe a Samantha
This commit is contained in:
@ -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);
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user