A question on variable arguments and function calls
der Mouse
mouse at thunder.mcrcim.mcgill.edu
Tue Mar 26 22:47:41 AEST 1991
In article <39603 at netnews.upenn.edu>, eckstein at eniac.seas.upenn.edu (Craig Eckstein) writes:
> One part of the system I am currently writing is a "generalized call
> function." It will be passed the function to be called and a
> variable list of arguments, as well as other parameters.
There is no portable way to write such a thing in C. You will have to
do something machine-dependent.
der Mouse
old: mcgill-vision!mouse
new: mouse at larry.mcrcim.mcgill.edu
More information about the Comp.lang.c
mailing list