Defines exit codes for an application. More...
#include <libbbb/libbbb.h>
Go to the source code of this file.
Enumerations | |
enum | ExitCode { ExitOkBreak = -1, ExitOk = 0, ExitArgError, ExitFail, ExitMax } |
exit codes used by application More... | |
Defines exit codes for an application.
enum ExitCode |