summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:50:31 +1100
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-02-22 15:50:31 +1100
commit34ff5eda1200749e3c7eb5bbe609596928539cd2 (patch)
treedd0f4c0f2270ab236ee9838a52987f5cde3acf74 /src
parentf26533e666945befedcdc71952a5a3fca1c4c666 (diff)
fix(dbg): resolve debug globals linkage
Diffstat (limited to 'src')
-rw-r--r--src/dbg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dbg.c b/src/dbg.c
index 15ecbf4..c580ea9 100644
--- a/src/dbg.c
+++ b/src/dbg.c
@@ -1,5 +1,8 @@
#include <tinyff/dbg.h>
+FILE *intff_debug_stream = NULL;
+ff_flag intff_debug_enabled = 0;
+
ff_result ff_set_debug_stream(FILE *stream)
{
intff_debug_stream = stream;