You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• pipe.c: pipe() returns two file descriptors: a read end and a write end. The child closes STDOUT and dups the write end. The parent closes STDIN and dups the read end.
• pipe.c: pipe() returns two file descriptors: a read end and a write end. The child closes STDOUT and dups the write end. The parent closes STDIN and dups the read end.