F5OEO-librpitx/src/util.h

11 wiersze
182 B
C

2019-01-06 10:51:52 +00:00
#ifndef DEF_UTIL
#define DEF_UTIL
#include <stdio.h>
#include <stdarg.h>
2019-01-06 11:51:02 +00:00
void dbg_setlevel(int Level);
2020-11-02 13:10:21 +00:00
int dbg_getlevel();
2019-01-06 11:51:02 +00:00
void dbg_printf(int Level, const char *fmt, ...);
2019-01-06 10:51:52 +00:00
#endif