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
/
WIFEXITED.c
blob: ffaa651571b690500fa16fb33400c3415c07dee7 (
plain
)
1
2
3
4
5
#include <sys/wait.h> #define WIFEXITED(__stat_val) (__stat_val <= 255) /* POSIX(1) */