K&R-style variadic functions

Jacob Carlborg doob at me.com
Tue Jul 17 07:01:02 PDT 2012


On 2012-07-17 15:05, Regan Heath wrote:

> In my specific case I could add "int a" as the first parameter, and all
> was well.  Each case will be different, and it's conceivable there is a
> C old-style variadic which takes /any/ type of first parameter, which
> could be a problem, however the key issue is the size of the argument.
> If all types which could be passed are 32 bits big, then "int a" is
> sufficient to get it working in all cases.

It could just as well be no parameters.

-- 
/Jacob Carlborg




More information about the Digitalmars-d mailing list