We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sprintf("%#4x", 0x1234); produces `"0x34" It is caused by wrong '0x' space compensation when width equals output
sprintf("%#4x", 0x1234);
BTW: I'm fixing issues reported, no need to work on it immediately