Skip to content

Unlikely/absurd cases #57

@AlexYu01

Description

@AlexYu01

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

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions