|
1 rok temu | |
---|---|---|
examples | 1 rok temu | |
src | 1 rok temu | |
test | 1 rok temu | |
.build.yml | 1 rok temu | |
.gitignore | 1 rok temu | |
CHANGES.md | 1 rok temu | |
LICENSE.md | 1 rok temu | |
README.md | 1 rok temu | |
dune-project | 1 rok temu | |
exit.opam | 1 rok temu |
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.
opam install exit
See examples.
dune build @all
dune runtest
See CHANGES.
See LICENSE.