farmmmmmerr mjorrkkkk
This commit is contained in:
@@ -15,12 +15,14 @@ int _printf(const char * const format, ...)
|
||||
{"%S", printf_exclusive_string}, {"%p", printf_pointer}
|
||||
};
|
||||
|
||||
/* init list*/
|
||||
va_list args;
|
||||
int i = 0, j, len = 0;
|
||||
|
||||
va_start(args, format);
|
||||
if (format == NULL || (format[0] == '%' && format[1] == '\0'))
|
||||
return (-1);
|
||||
/*jump*/
|
||||
Here:
|
||||
while (format[i] != '\0')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user