Edit

IABSD.fr/src/usr.bin/printf

Branch :

  • Show log

    Commit

  • Author : martijn
    Date : 2021-05-07 14:31:27
    Hash : d34695b6
    Message : Fix the \x escape sequence to be limited to max 2 characters, instead of consuming as long as there are isxdigit(3) characters available. While here document it and mark it as an extension. OK millert@