ptos: trace: FmtPrintf -> VFmtPrintf

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-11 00:21:29 -04:00
parent 027074d548
commit 686f8daf8b
+1 -1
View File
@@ -12,6 +12,6 @@
#include <lib/printf.h>
#define TRACE printf
#define FmtPrintf vsnprintf
#define VFmtPrintf vsnprintf
#endif /* !_EX_TRACE_H_ */