vprintf()

Doug Gwyn gwyn at smoke.BRL.MIL
Mon Jul 30 10:38:55 AEST 1990


In article <1990Jul28.211947.3795 at zoo.toronto.edu> henry at zoo.toronto.edu (Henry Spencer) writes:
>In article <CHIN.90Jul28003642 at ankh.ankh.ftl.fl.us> chin at ankh.ankh.ftl.fl.us (Albert Chin) writes:
>>Is vprintf() mandated to be in <stdio.h> by ANSI C...
>Yes.  (Although you have to include <stdarg.h> as well.)

You don't have to include <stdarg.h> to get vprintf() properly defined,
just <stdio.h>.  However, you need <stdarg.h> for the application to
make much use of vprintf().



More information about the Comp.std.c mailing list