Date: Tue, 15 Feb 2000 16:23:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mungo Henning cc: djgpp AT delorie DOT com Subject: Re: How do i make a printf type func? In-Reply-To: <38A95411.7B12E8BE@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 15 Feb 2000, Mungo Henning wrote: > Eli Zaretskii wrote: > > > See the "varargs" page of the library reference, it explains this. > > From the DOS prompt, type "info libc alpha varargs". > > >From memory, in ANSI C it is now renamed "stdargs" (not contradicting > Eli's fine words; just pointing out an alternative keyword) No, it's the same keyword: the "varagrs" page of the libc reference describes the macros defined in the ANSI-standard header: va_list, va_start, va_arg, and va_end.