]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reduce code duplication by moving functions that are identical in both
authorDavid Schultz <das@FreeBSD.org>
Thu, 15 Jan 2009 04:49:43 +0000 (04:49 +0000)
committerDavid Schultz <das@FreeBSD.org>
Thu, 15 Jan 2009 04:49:43 +0000 (04:49 +0000)
commit0a4926406ae19c8057ef86b40704b8e5e9b28137
tree6d08eff0b17d9591026e379a9b3a9763c3be0993
parent814d1bc906efef0850d9a8f310fa8cc874814a27
Reduce code duplication by moving functions that are identical in both
vfprintf.c and vfwprintf.c (except for char/wchar_t differences) to a
common header file.
lib/libc/stdio/printfcommon.h
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfwprintf.c