Falaise  4.0.1
SuperNEMO Software Toolkit
Namespaces | Enumerations
exitcodes.h File Reference

Provide commonly used exit status codes. More...

Go to the source code of this file.

Namespaces

 falaise
 

Enumerations

enum  falaise::exit_code { falaise::EXIT_OK = 0, falaise::EXIT_USAGE = 64, falaise::EXIT_UNAVAILABLE = 69 }
 enumerator holding exit code values More...
 

Detailed Description

Provide commonly used exit status codes.

Applications need a way to communicate exit status to their caller. Provide a common set of exit statuses based on the 4.3BSD sysexits.h