[mammoth] Update dbgln to use sprintf

This commit is contained in:
Drew Galbraith 2023-06-07 22:45:24 -07:00
parent 20dd43cdfb
commit 71a601362d
3 changed files with 20 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#include <stdint.h>
#include <zerrors.h>
void dbgln(const char*);
void dbgln(const char* fmt, ...);
// Checks that the code is ok.
// if not exits the process.