Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!think.com!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!mouse From: mouse@thunder.mcrcim.mcgill.edu (der Mouse) Newsgroups: comp.lang.c Subject: Re: A question on variable arguments and function calls Message-ID: <1991Mar26.124741.11275@thunder.mcrcim.mcgill.edu> Date: 26 Mar 91 12:47:41 GMT References: <39603@netnews.upenn.edu> Distribution: usa Organization: McGill Research Centre for Intelligent Machines Lines: 13 In article <39603@netnews.upenn.edu>, eckstein@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@larry.mcrcim.mcgill.edu