From 77aa9a3259ddfd6c64534d63424d5b0fa3010900 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 09:43:59 +1000 Subject: refactor: move benches to include directory --- include/tinyff/dbg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tinyff/dbg.h') diff --git a/include/tinyff/dbg.h b/include/tinyff/dbg.h index 3fac931..379e6ce 100644 --- a/include/tinyff/dbg.h +++ b/include/tinyff/dbg.h @@ -14,13 +14,13 @@ #include #include +#include + // Sets the debug stream. If stream is NULL, debug is disabled. ff_result ff_set_debug_stream(ff_stream* stream, ff_ctx* ctx); // Prints a string to the debug stream if debug is enabled. -// Note: I removed stdarg. That crap nearly made me kill myself. -// 0/10, would not recommend. Jokes on you though, I don't have a soul to kill. -ff_result ff_dprintf(ff_ctx* ctx, const char *msg); +ff_result ff_dprintf(ff_ctx* ctx, const char *msg, ...); #endif \ No newline at end of file -- cgit v1.2.3