check TODO
This commit is contained in:
parent
d90fc62be5
commit
149bafef88
2 changed files with 4 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/24 13:48:00 by jschaft #+# #+# */
|
||||
/* Updated: 2024/04/26 12:26:56 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/04/26 12:31:49 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -26,7 +26,6 @@ static void free_tab(char **tab)
|
|||
free(tab);
|
||||
}
|
||||
|
||||
// TODO works with only one call (no pipe).
|
||||
// TODO is t_call.argv ended by NULL?
|
||||
static void fork_exec(const char *path, t_call call, const int inout[2],
|
||||
char *const envp[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue