passing variable numbers of arguments

Chris Torek chris at mimsy.UUCP
Sun Jan 8 15:43:23 AEST 1989


In article <15341 at mimsy.UUCP> I wrote:
>... indirect calls to bar() can never pass a variable argument list.

Oops, bad wording: *each* indirect call can pass a *different* fixed
argument list, but any one given indirect call can only pass *one* fixed
argument list.  So indirect calls (plural) can, but an indirect call
(singular) cannot.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.lang.c mailing list