diff options
author | Marco Paland <marco@paland.com> | 2017-10-30 13:19:35 +0100 |
---|---|---|
committer | Marco Paland <marco@paland.com> | 2017-10-30 13:19:35 +0100 |
commit | 4995a4f70335873f1050bcb6b0e040a3e9e88688 (patch) | |
tree | a3c39c0d48aa12f91362217fb47a050f1244762a | |
parent | 59eabf489dde295fdacf33467d5ffb5f0a8b0283 (diff) | |
download | printf-4995a4f70335873f1050bcb6b0e040a3e9e88688.tar.gz printf-4995a4f70335873f1050bcb6b0e040a3e9e88688.tar.bz2 printf-4995a4f70335873f1050bcb6b0e040a3e9e88688.zip |
Update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ If memory footprint is really a critical issue, floating point support can be tu When using printf (instead of sprintf) you have to provide your own `_putchar()` low level function as console output.
-## Design goals
+## Highligths and design goals
There is a boatload of so called 'tiny' printf implementations around. So why this one?
I've tested many implementations, but most of them have very limited flag/specifier support, a lot of other dependencies or are just not standard compliant and failing the test suite.
|