Implement the data expiry check
[khatus.git] / x5 / khatus_lib_log.c
CommitLineData
17a27e48
SK
1#include <stdarg.h>
2#include <stdio.h>
3#include <stdlib.h>
4
5#include "khatus_lib_log.h"
6
7LogLevel _khatus_lib_log_level = Debug;
This page took 0.018633 seconds and 4 git commands to generate.