enlève le main dans pwd.c
This commit is contained in:
parent
8bd58675e9
commit
72f9dd39cf
8
pwd.c
8
pwd.c
@ -6,7 +6,7 @@
|
|||||||
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
|
/* By: erey-bet <marvin@42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2023/02/17 16:09:11 by erey-bet #+# #+# */
|
/* Created: 2023/02/17 16:09:11 by erey-bet #+# #+# */
|
||||||
/* Updated: 2023/02/17 16:53:36 by erey-bet ### ########.fr */
|
/* Updated: 2023/02/17 16:55:42 by erey-bet ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -18,9 +18,3 @@ int pwd(t_list **env, int fd)
|
|||||||
write(fd, "\n", 1);
|
write(fd, "\n", 1);
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char *argv[], char **env)
|
|
||||||
{
|
|
||||||
pwd(init_env(env), 1);
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user