From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <901731679a8170e03aec7163034c9d95@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] stdio.h va_list declarations MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 9 Oct 2002 11:56:25 -0400 Topicbox-Message-UUID: 01b1e5fc-eacb-11e9-9e20-41e7f4b1d025 No it's not. It's complaining that it has no idea what a va_list is, so it thinks it's a variable name. Did you include u.h? (Va_list and ... mean different things; compare printf and vprintf.) Russ