shell test
This commit is contained in:
parent
118f0349cc
commit
da239c6345
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ char shellbuffer[512];
|
|||
|
||||
#include <metalsvm/stdio.h>
|
||||
|
||||
#define SHELLDEBUGPRINTF(x,...) ksprintf(shellbuffer,x,##__VA_ARGS__);shelldebugprint(shellbuffer);
|
||||
#define SHELLDEBUGPRINTF(x,...) ksnprintf(shellbuffer,sizeof(shellbuffer),x,##__VA_ARGS__);shelldebugprint(shellbuffer);
|
||||
|
||||
void shelldebugprint(char* x)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue