From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Cross Message-Id: <200106211516.LAA16497@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] calling function with (variable number of) parameters In-Reply-To: <20010621142423.D9AFF199EB@mail.cse.psu.edu> Cc: Date: Thu, 21 Jun 2001 11:16:18 -0400 Topicbox-Message-UUID: beb35b2e-eac9-11e9-9e20-41e7f4b1d025 In article <20010621142423.D9AFF199EB@mail.cse.psu.edu> you write: >no actually, parameters are pushed on last first, so the last one >you've pushed (the one you've got access after the return) is the first >parameter to the function (which doesn't expect it). Oh, yeah; dang, I was thinking backwards. - Dan C.