aboutsummaryrefslogtreecommitdiff
path: root/src/utils/dbg_log.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/utils/dbg_log.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/dbg_log.h b/src/utils/dbg_log.h
index 08d42a3..f22260a 100644
--- a/src/utils/dbg_log.h
+++ b/src/utils/dbg_log.h
@@ -1,3 +1,6 @@
1#ifndef UTILS_DBG_LOG_H
2#define UTILS_DBG_LOG_H
3
1#include <stdio.h> 4#include <stdio.h>
2 5
3void (*nissy_log)(const char *, void *); 6void (*nissy_log)(const char *, void *);
@@ -31,3 +34,5 @@ write_wrapper(void (*write)(const char *, void *), const char *str, ...)
31#define DBG_WARN(condition, ...) 34#define DBG_WARN(condition, ...)
32#define DBG_ASSERT(condition, ...) 35#define DBG_ASSERT(condition, ...)
33#endif 36#endif
37
38#endif /* UTILS_DBG_LOG_H */

Generated with cgit - Back to sebastiano.tronto.net