History log of /ndk/sources/android/support/src/musl-stdio/snprintf.c
Revision Date Author Comments
78852390ab1fb9a6a3df5b3f3cd4f1495f315f1a 02-Dec-2013 David 'Digit' Turner <digit@android.com> ndk: Add printf() et al to Android support library.

This adds a musl-based printf() implementation to the Android support
library. This adds support for exotic formatters like %a (hexadecimal
floats), required by the libc++ unit test suite, as found by Nico
Weber (thakis@chromium.org)

+ Add missing implementation of frexp()/frexpf()/frexpl()
(required by vfprintf.c)

+ Minimize the differences between our vfwprintf.c implementation
and the original musl one, by moving the output wrapper structure
to src/stdio/stdio_impl.[hc].

BUG=36496

Change-Id: I1b8e166646f5680434e3899bbecdf9492141e4ab