Shift X2 status from legacy to archived
[khatus.git] / x5 / 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.044899 seconds and 4 git commands to generate.