_W_INT 51 include/sys/wait.h #define _WSTATUS(x) (_W_INT(x) & 0177) _W_INT 54 include/sys/wait.h #define WSTOPSIG(x) (_W_INT(x) >> 8) _W_INT 58 include/sys/wait.h #define WEXITSTATUS(x) (_W_INT(x) >> 8) _W_INT 60 include/sys/wait.h #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)