Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!ncar!hsdndev!cmcl2!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: Is va_list defined by ? Message-ID: <15740@smoke.brl.mil> Date: 6 Apr 91 04:52:18 GMT References: <16863@hoptoad.uucp> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 11 In article <16863@hoptoad.uucp> gnu@hoptoad.uucp (John Gilmore) writes: >In an ANSI C implementation, it appears that the type "va_list" must be >defined by ... NO! To the contrary, a conforming implementation must NOT define va_list as a side effect of inclusion of . >but it is not possible for to declare these functions without >also declaring va_list, ... False.