summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
commit03e459e7dff84c44644b1eccc0e00b73d846fe2a (patch)
tree00269e56bdf53906396199e22dcabe8bbee9592f /debug.h
parent0ab31d63699467d72f09327171b735ed2152bf2c (diff)
downloadmicrobbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.tar.gz
microbbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.zip
Small fixes about loging and libterm
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