no indenting lables ok
This commit is contained in:
@@ -23,7 +23,7 @@ int _printf(const char * const format, ...)
|
|||||||
if (format == NULL || (format[0] == '%' && format[1] == '\0'))
|
if (format == NULL || (format[0] == '%' && format[1] == '\0'))
|
||||||
return (-1);
|
return (-1);
|
||||||
/*jump*/
|
/*jump*/
|
||||||
Here:
|
Here:
|
||||||
while (format[i] != '\0')
|
while (format[i] != '\0')
|
||||||
{
|
{
|
||||||
j = 13;
|
j = 13;
|
||||||
|
|||||||
Reference in New Issue
Block a user