mpaland/printf

%p prints uppercase alphabets

min-lee opened this issue · 1 comments

Hi, I tried your printf, and it looks good, thanks for writing this.
One minor problem I hit into, was that %p prints uppercase alphabets while other printf implementation prints in lower case.
I think probably it's good idea to use lower-case rather than uppercase?
thanks,

Fixed by commit 5fdbaa7 on my fork.