F5OEO-librpitx/src/util.h

10 wiersze
162 B
C
Czysty Zwykły widok Historia

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);
void dbg_printf(int Level, const char *fmt, ...);
2019-01-06 10:51:52 +00:00
#endif