c++ Programming Glossary: pipefds
How to handle execvp(…) errors after fork()? http://stackoverflow.com/questions/1584956/how-to-handle-execvp-errors-after-fork #include unistd.h int main int argc char argv int pipefds 2 int count err pid_t child if pipe pipefds perror pipe return.. char argv int pipefds 2 int count err pid_t child if pipe pipefds perror pipe return EX_OSERR if fcntl pipefds 1 F_SETFD fcntl.. child if pipe pipefds perror pipe return EX_OSERR if fcntl pipefds 1 F_SETFD fcntl pipefds 1 F_GETFD FD_CLOEXEC perror fcntl return..
|