Rename lib files to and prefix lib function names
[khatus.git] / x5 / khlib_log.c
diff --git a/x5/khlib_log.c b/x5/khlib_log.c
new file mode 100644 (file)
index 0000000..a7eec52
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "khlib_log.h"
+
+LogLevel _khlib_log_level = Debug;
This page took 0.016581 seconds and 4 git commands to generate.