aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/stdio/asprintf.c
AgeCommit message (Collapse)Author
2014-05-23Migrate to using musl libc sprintf family to gain compiled asm.js ↵Jukka Jylänki
performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc.