VMS Help CC, Run-time functions, waitpid *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Waits for a child process to stop or terminate. Syntax: #include <wait.h> pid_t waitpid (pid_t process_id, int *status_location, int options);
|