How do you build a varargs argument list?
Doug Gwyn
gwyn at smoke.BRL.MIL
Wed Oct 11 16:08:49 AEST 1989
In article <1070 at etnibsd.UUCP> sean at etnibsd.UUCP (Sean McElroy) writes:
>I'd like to know if there is a standard way of building a varargs
>format argument list which is implementation independent
No, not an official varargs/stdarg argument list.
You can accomplish a similar function using ordinary C data structures.
>You want to print the data using vprintf:
But not if you insist on this.
>... there is no varargs constructor. Any reason for this?
"Limited utility."
More information about the Comp.lang.c
mailing list