[mammoth] Update dbgln to use sprintf
This commit is contained in:
parent
20dd43cdfb
commit
71a601362d
3 changed files with 20 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue