Cthulhu
0.2.10
Cthulhu compiler collection
|
Exit codes that match with GNU standard codes. More...
Macros | |
#define | CT_EXIT_OK 0 |
no user errors or internal errors More... | |
#define | CT_EXIT_ERROR 1 |
the user has made an error More... | |
#define | CT_EXIT_SHOULD_EXIT 2 |
the user has requested to exit the program More... | |
#define | CT_EXIT_INTERNAL 99 |
internal compiler errors have occurred More... | |
Exit codes that match with GNU standard codes.
Used in tests and the cli.
#define CT_EXIT_INTERNAL 99 |