Message-Id: <200006041721.UAA30409@alpha.netvision.net.il> Date: Sun, 04 Jun 2000 20:21:01 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: Laurynas Biveinis CC: djgpp-workers AT delorie DOT com In-reply-to: <393A6E2C.AEC16FEF@softhome.net> (message from Laurynas Biveinis on Sun, 04 Jun 2000 17:56:44 +0300) Subject: Re: ANSI C and stdio.h References: <393A6E2C DOT AEC16FEF AT softhome DOT net> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 04 Jun 2000 17:56:44 +0300 > From: Laurynas Biveinis > > Eli Zaretskii wrote: > > > Note that stdarg.h should be included as well. Why? > > > > Because that's where va_list is supposed to be defined. > > So including in theory is not sufficient? I don't have the ANSI standard handy, but IIRC, if you want to *use* the functions that depend on va_list, then you need stdarg.h. Like DJ explained, our stdio.h includes stdarg.h to minimize FAQs.