add memory debug
This commit is contained in:
@@ -23,7 +23,7 @@ static void reverse_array(char buf[], unsigned size)
|
||||
}
|
||||
}
|
||||
|
||||
static int itoa(unsigned n, char *buf, unsigned base, int fill)
|
||||
int itoa(unsigned n, char *buf, unsigned base, int fill)
|
||||
{
|
||||
static const char digits[] = "0123456789ABCDEF";
|
||||
unsigned i = 0;
|
||||
|
||||
Reference in New Issue
Block a user