aboutsummaryrefslogtreecommitdiff
path: root/src/utils/dbg_log.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:58:25 +0200
commitf07093968e2a5152a0e4a587e89a6582db7135e3 (patch)
tree9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/utils/dbg_log.h
parent2f9d00075b0d236ecd8431761bb045e6aa088001 (diff)
parent1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff)
downloadnissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.tar.gz
nissy-core-f07093968e2a5152a0e4a587e89a6582db7135e3.zip
Merge branch 'master' into twostep-solver
Diffstat (limited to 'src/utils/dbg_log.h')
-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