delorie.com/archives/browse.cgi | search |
Date: | Tue, 15 Feb 2000 16:23:20 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Mungo Henning <mungoh AT bigfoot DOT com> |
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: | <Pine.SUN.3.91.1000215162113.26636G-100000@is> |
MIME-Version: | 1.0 |
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 |
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 <stdarg.h> header: va_list, va_start, va_arg, and va_end.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |