Path: utzoo!attcan!uunet!zephyr.ens.tek.com!uw-beaver!uw-entropy!dataio!gtenmc!stumpf From: stumpf@gtenmc.UUCP (Jon S. Stumpf) Newsgroups: comp.lang.c Subject: Son of: Building function call at runtime Keywords: function variable parameter stack Message-ID: <310@gtenmc.UUCP> Date: 11 Dec 89 17:23:19 GMT References: <307@gtenmc.UUCP> <622@chem.ucsd.EDU> Reply-To: stumpf@gtenmc.UUCP (Jon S. Stumpf) Organization: GTE Telecon, Inc. Bothell, WA Lines: 23 In article <622@chem.ucsd.EDU> you write: >In article <307@gtenmc.UUCP> stumpf@gtenmc.UUCP (Jon S. Stumpf) writes: >> How do I get the variables off the application stack and >> onto the runtime stack so error() can use ? > >Use vfprintf(), which takes a varargs list as an argument: Thnak you for your prompt reply. However, I know of vfprintf() and I know how to use it. I mentioned these in my request. Here is another way to express my problem. I have a linked list of data; I want each element to be an argument to the error routine; I want to call the error routine only one time for the entire list; I am posting this in case I didn't express the problem clearly (very possible). -- jss - Jon S. Stumpf