Path: utzoo!attcan!uunet!ginosko!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: va_list used inKeywords: va_list, X3J11, vfprintf Message-ID: <10739@smoke.BRL.MIL> Date: 15 Aug 89 06:59:38 GMT References: <1140@midgard.Midgard.MN.ORG> <2095@dataio.Data-IO.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <2095@dataio.Data-IO.COM> bright@dataio.Data-IO.COM (Walter Bright) writes: -1. In stdio.h, include the lines: - #ifndef __STDARG_H /* #define'd by stdarg.h */ - #include /* get definition of va_list */ - #endif No, don't do this. is not allowed to define the va_* macros.