diff options
Diffstat (limited to 'src/ckutil.h')
-rw-r--r-- | src/ckutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ckutil.h b/src/ckutil.h index eab7808..4c873d6 100644 --- a/src/ckutil.h +++ b/src/ckutil.h @@ -23,6 +23,9 @@ #include <stdlib.h> #include <string.h> +#define PRINT_ERR(ERROR) \ + printf("--[ Error ]--\n%s", ERROR); + /********************/ /* global constants */ /********************/ |