aboutsummaryrefslogtreecommitdiffstats
path: root/src/ckutil.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2018-04-22 21:30:31 +0300
committergramanas <anastasis.gramm2@gmail.com>2018-04-22 21:30:31 +0300
commit0a5257ea63cce0cebc93eb71e51dbbb3eb14a9a3 (patch)
tree6cdc4ddeec5727ebb0dd112ef01f8661e2447c0e /src/ckutil.h
parent225600aadffc6fdb188fef230cdab67e1242e3a3 (diff)
downloadck-0a5257ea63cce0cebc93eb71e51dbbb3eb14a9a3.tar.gz
ck-0a5257ea63cce0cebc93eb71e51dbbb3eb14a9a3.tar.bz2
ck-0a5257ea63cce0cebc93eb71e51dbbb3eb14a9a3.zip
Add read, the actual linking remains
Diffstat (limited to 'src/ckutil.h')
-rw-r--r--src/ckutil.h3
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 */
/********************/