EXIT_NOCHILD
_exit(child != 0 ? 0 : EXIT_NOCHILD);
(status == EXIT_NOCHILD ? "did not see `child` execute" :
_exit(child != 0 ? 0 : EXIT_NOCHILD);
(status == EXIT_NOCHILD ? "did not see `child` execute" :