lunixbochs / lib43

portable libc optimized for code size and readability
MIT License
80 stars 6 forks source link

itoa does not support negative values #22

Closed zachriggle closed 8 years ago

lunixbochs commented 8 years ago

oh that's because I was manually fixing it up in printf. added a new itoa_signed function.