From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Douglas A. Gwyn" Message-ID: <3B31E39D.F4C8AFF8@null.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <20010620194218.96D3D199DD@mail.cse.psu.edu>, <20010620155421.A1669@gmx.net> Subject: Re: [9fans] calling function with (variable number of) parameters Date: Thu, 21 Jun 2001 12:39:50 +0000 Topicbox-Message-UUID: be6e2996-eac9-11e9-9e20-41e7f4b1d025 Latchesar Ionkov wrote: > function returns, I don't know how many args I have to pop from the stack. > And I can't get the number from a local variable, because I don't know the > frame pointer anymore So use a global variable. It's already a crock anyway..