aboutsummaryrefslogtreecommitdiff
path: root/compiler/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/log.h')
-rw-r--r--compiler/log.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/compiler/log.h b/compiler/log.h
new file mode 100644
index 0000000..fcfbffe
--- /dev/null
+++ b/compiler/log.h
@@ -0,0 +1,10 @@
+#ifndef _H_LOG
+#define _H_LOG
+
+#define LOG_DEBUG 1
+
+#define LOG_LEVEL 0
+
+void log_debug(char*);
+
+#endif