summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 78e42f4..a8bf211 100644
--- a/debug.h
+++ b/debug.h
@@ -61,5 +61,9 @@
PRINT_FILE_F PRINT_LINE_F format E_COLOR_E, PRINT_FILE_D, \
PRINT_LINE_D, ##args);
+#define PNL() PRINT("\n");
+
+#define ENL() ERROR("\n");
+
#endif