From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] C (APE) question MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 10 May 2002 09:22:08 -0400 Topicbox-Message-UUID: 8ecd987e-eaca-11e9-9e20-41e7f4b1d025 > What is the way around calling a function w less params than declared? there isn't one. this is an error. give it all the function argument it should have.