index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
wait
/
WEXITSTATUS.c
blob: 4256e8054b1cacfa4b81d2501f57e7eabfac0136 (
plain
)
1
2
3
4
5
#include <sys/wait.h> #define WEXITSTATUS(__stat_val) (__stat_val & 0xff) /* POSIX(1) */