1 2 3 4 5 6 7 8 9 10
#include <sys/wait.h> typedef enum { P_ALL, P_PGID, P_PID } idtype_t; /* XOPEN(400) POSIX(200809) */