Subject: Re: How to translate this stdio code to netbsd? To: None <current-users@NetBSD.ORG> From: Peter Seebach <seebs@solon.com> List: current-users Date: 03/10/1996 21:00:49
It is axiomatic that no code which uses stdio internals *really* needs to
except the library... Perhaps we should offer a defined interface to those
internals, so we can change the internals without losing code that tries
to depend on them... :)
-s