tests de pipes et fork et execve et wait

This commit is contained in:
hugogogo
2021-10-17 22:12:55 +02:00
parent 98f247a378
commit 226829b891
4 changed files with 94 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/08 02:59:58 by lperrey #+# #+# */
/* Updated: 2021/10/15 17:18:14 by hulamy ### ########.fr */
/* Updated: 2021/10/16 15:20:32 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -29,6 +29,6 @@ char *ft_strjoinfree_s1(char *s1, const char *s2);
char *ft_strjoinfree_s2(const char *s1, char *s2);
// pipes hugo
void pipes_hugo(char *input);
void pipes_hugo(char *input, t_all *c);
#endif