SLOF/lib/libc/stdio
Thomas Huth 16661f937c libc: Add the snprintf() function
Code has been taken from the sprintf() function (which is almost the same,
except that snprintf calls vsnprintf instead of vsprintf internally).

Signed-off-by: Thomas Huth <thuth@redhat.com>
[aik: fixed traling spaces]
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
2018-05-29 19:06:14 +10:00
..
Makefile.inc libc: Add the snprintf() function 2018-05-29 19:06:14 +10:00
fileno.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
fprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
fscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
printf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
putc.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
putchar.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
puts.c libc: The arguments of puts() can be marked as "const" 2017-06-08 16:09:07 +10:00
scanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
setvbuf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
snprintf.c libc: Add the snprintf() function 2018-05-29 19:06:14 +10:00
sprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
stdchnls.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vfprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vfscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vsnprintf.c libc: Port vsnprintf back from skiboot 2015-12-02 14:23:25 +11:00
vsprintf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
vsscanf.c Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00