a7eec52d00fa42e2b9c8d96344f0d8b25aecc76b
[khatus.git] / khlib_log.c
1 #include <stdarg.h>
2 #include <stdio.h>
3 #include <stdlib.h>
4
5 #include "khlib_log.h"
6
7 LogLevel _khlib_log_level = Debug;
This page took 0.056947 seconds and 3 git commands to generate.