-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Line 145 in 472a5db
| else if (mod_index) |
In cases where length modifiers l and h are preceded by non: alpha, flags, digit, . (dot), * (asterisk) such as \t, \n and followed by \0, printf will print everything.
eg.
printf("%\tl") will print % l and return length 3
_printf will print nothing and return -1
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on