From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7359f049040916082450e10591@mail.gmail.com> Date: Thu, 16 Sep 2004 08:24:40 -0700 From: Rob Pike To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] u9fs and va_copy() In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: Topicbox-Message-UUID: e2eb2b4e-eacd-11e9-9e20-41e7f4b1d025 Yes, you should do this. It's a royal pain, though. The fmt library needs a hell of a lot of work to be compliant. I've done it but I don't like the code and plan to redo it sometime soon. I also have implementations of the POSIX %4$d stuff and %'d stuff, with plans for %'f. Joy. I'll ship it back when I'm done, but it will be a while; I have other fires at the moment. -rob