Search | Google it | Results 1 - 1 of 1 for funcall:_WSTATUS (0.00 seconds) |
59: #define WSTOPSIG(x) (int)(((unsigned)_W_INT(x) >> 8) & 0xff) 60: #define WIFSIGNALED(x) (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0) 61: #define WTERMSIG(x) (_WSTATUS(x)) 62: #define WIFEXITED(x) (_WSTATUS(x) == 0) 63: #define WEXITSTATUS(x) (int)(((unsigned)_W_INT(x) >> 8) & 0xff)