9fans archive / 2001 / 06 / 442 / prev next From: "Douglas A. Gwyn" <DAGwyn@nul...> Subject: Re: [9fans] calling function with (variable number of) parameters Date: Thu, 21 Jun 2001 12:39:50 GMT 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..