rustix
0.38.41
Module exit
Constants
In rustix::process
Module
rustix
::
process
::
exit
Copy item path
source
·
[
−
]
Constants
§
EXIT_FAILURE
EXIT_FAILURE
for use with
exit
.
EXIT_SIGNALED_SIGABRT
The exit status used by a process terminated with a
Signal::Abort
signal.
EXIT_SUCCESS
EXIT_SUCCESS
for use with
exit
.