mini-printf
mini-printf copied to clipboard
Minimal printf() implementation for embedded projects.
Results
4
mini-printf issues
Sort by
recently updated
recently updated
newest added
This is fix for open watcom v2 compiler. Also support old gcc.
Done with minimal changes, only tested on 32bit, does it work on 64bit also?
I hacked in a width field. It superficially looks OK to me. Test cases are in, and it even matches glibc for these relatively simple cases. It definitely needs checking/review/analysis,...