8.8. wait3 and wait4 Functions[View full width]#include <sys/types.h> #include <sys/wait.h> #include <sys/time.h> #include <sys/resource.h> pid_t wait3(int *statloc , int options , struct ![]() pid_t wait4(pid_t pid , int *statloc , int options , ![]() |
Both return: process ID if OK, 0, or 1 on error |
