mirror of https://github.com/dnomd343/ClearDNS
dnomd343
3 years ago
3 changed files with 11 additions and 11 deletions
@ -1,6 +1,14 @@ |
|||
#ifndef _EXIT_CODE_H_ |
|||
#define _EXIT_CODE_H_ |
|||
|
|||
#ifndef TRUE |
|||
#define TRUE 1 |
|||
#endif |
|||
|
|||
#ifndef FALSE |
|||
#define FALSE 0 |
|||
#endif |
|||
|
|||
#define EXIT_NORMAL 0 |
|||
#define EXIT_FILE_ERROR 1 |
|||
#define EXIT_FORK_ERROR 2 |
Loading…
Reference in new issue