Files
contra/source/exit_values.hpp
2023-11-15 22:03:06 +01:00

7 lines
119 B
C++

const static int EXIT_EARLY_SUCCESS = 400;
enum {
UNKNOWN_OPTION = 1,
IO_ERROR = 2,
UNKNOWN_SET = 3,
};