You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/07 11:18:26 UTC

[GitHub] michal-narajowski opened a new pull request #882: libc: Add support for float in printf

michal-narajowski opened a new pull request #882: libc: Add support for float in printf
URL: https://github.com/apache/mynewt-core/pull/882
 
 
   This implementation supports only 3 decimal digits.
   Left-align is not supported. When specifying width it is
   counted with 3 decimal digits, point character, and sign,
   if a number is negative.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services