Torc  0.1
Macros
torcexitcodes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TORC_EXIT_OK   0
 
#define TORC_EXIT_RESTART   1
 
#define TORC_EXIT_UNKOWN_ERROR   128
 
#define TORC_EXIT_INVALID_CMDLINE   129
 
#define TORC_EXIT_NO_CONTEXT   130
 

Macro Definition Documentation

#define TORC_EXIT_INVALID_CMDLINE   129

Definition at line 7 of file torcexitcodes.h.

#define TORC_EXIT_NO_CONTEXT   130

Definition at line 8 of file torcexitcodes.h.

#define TORC_EXIT_OK   0

Definition at line 4 of file torcexitcodes.h.

#define TORC_EXIT_RESTART   1

Definition at line 5 of file torcexitcodes.h.

#define TORC_EXIT_UNKOWN_ERROR   128

Definition at line 6 of file torcexitcodes.h.