On 25 Nov 2015 4:31 PM, "Michael Felt" <aixto...@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

Reply via email to