Exit is an OCaml library to get exit status as declared in stdlib.h. It gives access to the values of EXIT_SUCCESS and EXIT_FAILURE macros and provides some functions built around them.
stdlib.h
EXIT_SUCCESS
EXIT_FAILURE
exit
opam install exit
See examples.
dune build @all
dune runtest
See CHANGES.
See LICENSE.