cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with include files - 32-bit and 64-bit modes are not supported in a "single-set of include files"

From: Michael Wood <esiotrot_at_gmail.com>
Date: Wed, 25 Nov 2015 22:31:53 +0200

On 25 Nov 2015 4:31 PM, "Michael Felt" <aixtools_at_gmail.com> wrote:
>
> On 2015-11-24 09:06, Daniel Stenberg
> wrote:
>
>> One of our legacy choices from way >> back is that we're using C varargs
[...]
>
> I have never used varargs - so excuse
> me for not understanding a word. Is
> this dynamic/runtime discovery?

"Varargs" refers to functions that take a variable number of arguments,
like printf:

printf("one arg");
printf("%d args", 2);
printf("%s (%d) args", "Three", 3);

-- 
Michael Wood

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-11-25