1 2 3 4 5
#include <sys/wait.h> #define WIFCONTINUED(__stat_val) (__stat_val & 0x400) /* XOPEN(400) */