aboutsummaryrefslogtreecommitdiffstats
path: root/printf.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed ftoa NaN checkMarco Paland2017-11-211-11/+6
| | | NaN check may not work with optimizing compilers. Use your implementation specific NaN check if necessary
* Updated commentsMarco Paland2017-11-211-3/+3
|
* Code cleanupMarco Paland2017-11-131-4/+4
|
* Changed printf.cpp to printf.c to be usable with 'C'-compilersMarco Paland2017-11-131-0/+619
closes #1