diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:58:25 +0200 |
| commit | f07093968e2a5152a0e4a587e89a6582db7135e3 (patch) | |
| tree | 9569a4dc4697f37acc1295cb5a515c973023dcb5 /src/utils/dbg_log.h | |
| parent | 2f9d00075b0d236ecd8431761bb045e6aa088001 (diff) | |
| parent | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (diff) | |
| download | nissy-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.h | 5 |
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 | ||
| 3 | void (*nissy_log)(const char *, void *); | 6 | void (*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 */ | ||
