This commit is contained in:
2023-08-22 23:37:55 +03:00
parent 4bcd92e441
commit e3ca643360
2 changed files with 1 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
int printf_dec(va_list args)
{
/* initvars*/
int n = va_arg(args, int);
int num, last = n % 10, digit;
int i = 1;