28 #ifndef BSL_EXIT_CODE_HPP 29 #define BSL_EXIT_CODE_HPP
::int32_t int32
defines an 32bit signed integer
Definition: cstdint.hpp:40
constexpr exit_code exit_failure
represents a failed exit
Definition: exit_code.hpp:42
bsl::int32 exit_code
defines the exit code type
Definition: exit_code.hpp:36
constexpr exit_code exit_success
represents a successful exit
Definition: exit_code.hpp:39