WEXITSTATUS
#define WEXITSTATUS(x) (_W_INT(x) >> 8)
# define WEXITSTATUS(x) (((x) >> 8) & 0xff)
# define WEXITSTATUS(x) ((x).w_retcode)