Eric Blake <[EMAIL PROTECTED]> wrote: >> Jim Meyering <jim <at> meyering.net> writes: >> > I've just added a new module: >> > >> > http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=78da34d40e6a2 >> >> Any objection to making this module also provide xvprintf and xvfprintf? M4 >> has a use of vfprintf, which would be nice to have the wrapper for. > > As in the following? (Also, it fixes a C89 compiler issue). > > 2007-10-22 Eric Blake <[EMAIL PROTECTED]> > > Also wrap vf?printf. > * lib/xprintf.h (xvprintf, xvfprintf): New declarations. > * lib/xprintf.c (xprintf, xfprintf): Work for C89. > (xvprintf, xvfprintf): New functions.
That looks fine. You're welcome to commit it. Thanks.