From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> From: Paul Lalonde Date: Fri, 23 Sep 2005 08:39:28 -0700 Subject: [9fans] Why doesn't bio have bscanf? Topicbox-Message-UUID: 90798c4a-ead0-11e9-9d60-3106f5b1d025 I'm having to write (yet another) a buffered IO library (I hate hardware that comes with broken buffered IO libs....grrr) and was thinking of cribbing bio, but some of the code we need to run is quite dependent on (yuck) fscanf-style processing. Why doesn't bio have one? Given the right argument I can get the fscanf-dependent parts reworked... Thanks, Paul