diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:50:31 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 15:50:31 +1100 |
| commit | 34ff5eda1200749e3c7eb5bbe609596928539cd2 (patch) | |
| tree | dd0f4c0f2270ab236ee9838a52987f5cde3acf74 /src | |
| parent | f26533e666945befedcdc71952a5a3fca1c4c666 (diff) | |
fix(dbg): resolve debug globals linkage
Diffstat (limited to 'src')
| -rw-r--r-- | src/dbg.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
