Constantsยง
- EXIT_
FAILURE EXIT_FAILURE
for use withexit
.- EXIT_
SIGNALED_ SIGABRT - The exit status used by a process terminated with a
Signal::ABORT
signal. - EXIT_
SUCCESS EXIT_SUCCESS
for use withexit
.
EXIT_FAILURE
for use with exit
.Signal::ABORT
signal.EXIT_SUCCESS
for use with exit
.