update
This commit is contained in:
parent
6d83a2c196
commit
b1cfc0ee71
31 changed files with 133 additions and 89 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
t_error create_pipe(t_pipe *out)
|
||||
{
|
||||
t_file fds[2];
|
||||
int fds[2];
|
||||
|
||||
if (pipe(fds))
|
||||
return (ERROR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue