You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
468 B
468 B
Exit
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.
Install
opam install exit
Usage
See examples.
Build
dune build @all
Test
dune runtest
Changes
See CHANGES.
License
See LICENSE.