@@ -23,7 +23,7 @@ int _printf(const char * const format, ...)
if (format == NULL || (format[0] == '%' && format[1] == '\0'))
return (-1);
/*jump*/
Here:
while (format[i] != '\0')
{
j = 13;
The note is not visible to the blocked user.