_W_INT
#define _WSTATUS(x) (_W_INT(x) & 0177)
#define WSTOPSIG(x) (_W_INT(x) >> 8)
#define WEXITSTATUS(x) (_W_INT(x) >> 8)
#define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)