From 0a5257ea63cce0cebc93eb71e51dbbb3eb14a9a3 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 22 Apr 2018 21:30:31 +0300 Subject: Add read, the actual linking remains --- src/ckutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ckutil.h') 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 #include +#define PRINT_ERR(ERROR) \ + printf("--[ Error ]--\n%s", ERROR); + /********************/ /* global constants */ /********************/ -- cgit v1.2.3