stdarg

Stephen Clamage steve at taumet.com
Thu Feb 7 03:26:13 AEST 1991


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? If so what would one use for the second parameter
|to va_start, which is normally supposed to be the last fixed parameter?

Not in ANSI C.  The <stdarg.h> method requires at least one fixed argument.
-- 

Steve Clamage, TauMetric Corp, steve at taumet.com



More information about the Comp.lang.c mailing list