OSDN Git Service

Implement all needed hidden *printf and correct vasprintf, thx blindvt
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 9 Dec 2005 13:52:08 +0000 (13:52 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 9 Dec 2005 13:52:08 +0000 (13:52 -0000)
commit60acdef20530daeaa65cbce8bb2a14c22bc0ed00
tree6d1fff9381cd8f517706bf8de2e0a875f6688b35
parent1b3c855bc3dff600ee36bbafc3b3ad2d471d8df4
Implement all needed hidden *printf and correct vasprintf, thx blindvt
15 files changed:
libc/stdio/_stdio.h
libc/stdio/fprintf.c
libc/stdio/old_vfprintf.c
libc/stdio/printf.c
libc/stdio/snprintf.c
libc/stdio/sprintf.c
libc/stdio/vasprintf.c
libc/stdio/vdprintf.c
libc/stdio/vfprintf.c
libc/stdio/vprintf.c
libc/stdio/vsnprintf.c
libc/stdio/vsprintf.c
libc/stdio/vswprintf.c
libc/stdio/vwprintf.c
libc/stdio/wprintf.c