[FIX] wait all programs to end before prompting
This commit is contained in:
parent
581dad0146
commit
3a85b1a195
2 changed files with 13 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/04/26 12:33:20 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/04/26 14:21:43 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
# include <fcntl.h>
|
||||
# include <stdlib.h>
|
||||
# include <strings.h>
|
||||
# include <sys/wait.h>
|
||||
# include "libft.h"
|
||||
# include "libtf.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue