We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d9b56 commit c9218b6Copy full SHA for c9218b6
_printf.c
@@ -71,8 +71,6 @@ int p_func(va_list ap, char specifier)
71
char_count += print_string(ap);
72
break;
73
case 'd':
74
- char_count += print_decimal(ap);
75
- break;
76
case 'i':
77
char_count += print_decimal(ap);
78
0 commit comments