vprintf()
Colin Plumb
colin at array.UUCP
Sun Jul 29 06:51:44 AEST 1990
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. My "ANSI" compiler doesn't
> have it and I have not been able to find sources of it anywhere.
Section 4. (Library)
9. (Input/Output <stdio.h>)
6. (Formatted input/output functions)
8. (The vprintf function)
You must #include <stdarg.h> and <stdio.h>
--
-Colin
More information about the Comp.std.c
mailing list