va_list used in <stdio.h>

Doug Gwyn gwyn at smoke.BRL.MIL
Tue Aug 15 16:59:38 AEST 1989


In article <2095 at dataio.Data-IO.COM> bright at dataio.Data-IO.COM (Walter Bright) writes:
-1. In stdio.h, include the lines:
-	#ifndef __STDARG_H		/* #define'd by stdarg.h	*/
-	#include <stdarg.h>		/* get definition of va_list	*/
-	#endif

No, don't do this.  <stdio.h> is not allowed to define the va_* macros.



More information about the Comp.lang.c mailing list