ce172e4b4ba907547f6c025e5cf81cf4ca11441c
[khatus.git] / x5 / khatus_lib_log.c
1 #include <stdarg.h>
2 #include <stdio.h>
3 #include <stdlib.h>
4
5 #include "khatus_lib_log.h"
6
7 LogLevel _khatus_lib_log_level = Debug;
This page took 0.057857 seconds and 3 git commands to generate.