libbbb  1.2.1
Groups common code used in some applications and libraries.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
exit-codes.h File Reference

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...
 

Detailed Description

Defines exit codes for an application.

Date
Feb 2013
Author
TNick

Enumeration Type Documentation

enum ExitCode

exit codes used by application

Enumerator
ExitOkBreak 

all went fine and should quit the program

ExitOk 

all went fine and should continue

ExitArgError 

provided arguments were wrong

ExitFail 

the command(s) failed to execute properly (generic program error)

ExitMax 

bounds check