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
Go to the documentation of this file.
1 /* ========================================================================= */
2 /* ------------------------------------------------------------------------- *//*
11 
12 
13  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14  Please read COPYING and README files in root folder
15  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16 */
17 /* ------------------------------------------------------------------------- */
18 /* ========================================================================= */
19 #ifndef __EXIT_CODES_INC__
20 #define __EXIT_CODES_INC__
21 //
22 //
23 //
24 //
25 /* INCLUDES ------------------------------------------------------------ */
26 
27 #include <libbbb/libbbb.h>
28 
29 /* INCLUDES ============================================================ */
30 //
31 //
32 //
33 //
34 /* DEFINITIONS --------------------------------------------------------- */
35 
36 
38 enum ExitCode {
39  ExitOkBreak = -1,
40  ExitOk = 0,
45 };
46 
47 
48 /* DEFINITIONS ========================================================= */
49 //
50 //
51 //
52 //
53 /* DATA ---------------------------------------------------------------- */
54 
55 /* DATA ================================================================ */
56 //
57 //
58 //
59 //
60 /* FUNCTIONS ----------------------------------------------------------- */
61 
62 /* FUNCTIONS =========================================================== */
63 //
64 //
65 //
66 //
67 
68 #endif // __EXIT_CODES_INC__
69 /* ------------------------------------------------------------------------- */
70 /* ========================================================================= */