summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/log.h b/log.h
new file mode 100644
index 0000000..d9f65e2
--- /dev/null
+++ b/log.h
@@ -0,0 +1,11 @@
+#ifndef LOG_H
+#define LOG_H
+
+#include <stdio.h>
+#include <stdlib.h>
+
+
+void log_error()
+
+
+#endif