From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] calling function with (variable number of) parameters From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010620194218.96D3D199DD@mail.cse.psu.edu> Date: Wed, 20 Jun 2001 20:51:03 +0100 Topicbox-Message-UUID: be31e382-eac9-11e9-9e20-41e7f4b1d025 > The interface is called JNI and I can't change it. presumably you could write a bit of assembler to get around the problem. you'd have to do it for each platform, but it wouldn't be hard and as far as i can see there wouldn't be a problem doing it: just push all the args on the stack (last first) & call the fn. cheers, rog.