| #include <unistd.h> | |
| pid_t fork(void); | |
| /* Returns: 0 in child, process ID of child in parent, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| #include <unistd.h> | |
| pid_t fork(void); | |
| /* Returns: 0 in child, process ID of child in parent, −1 on error */ |