stdarg

Doug Gwyn gwyn at smoke.brl.mil
Thu Feb 7 06:18:07 AEST 1991


In article <1991Feb5.145001.26837 at hounix.uucp> pelliott at hounix.uucp (Paul Elliott) writes:
>In ansi C, is there a way to have a function with a variable argument list
>and zero fixed parameters?

No.  However, you can use a dummy fixed parameter that has no use other
than in va_start().



More information about the Comp.lang.c mailing list