OSDN Git Service

Add replacements for remaining members of printf() family.
authorkeithmarshall <keithmarshall>
Mon, 11 Aug 2008 22:41:55 +0000 (22:41 +0000)
committerkeithmarshall <keithmarshall>
Mon, 11 Aug 2008 22:41:55 +0000 (22:41 +0000)
commit780d6ec95e331102cbad21776e424f0978e9c409
tree86d38b6d075b9219961f9f1174628300c97b6c5b
parent01de364d4213c522947d6481c8d6bc7ceaf92694
Add replacements for remaining members of printf() family.
winsup/mingw/ChangeLog
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/stdio/fprintf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/printf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/sprintf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/vfprintf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/vprintf.c [new file with mode: 0644]
winsup/mingw/mingwex/stdio/vsprintf.c [new file with mode: 0644]