| changeset 0 | c045670f36e9 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subfdouts.c Thu Nov 01 14:46:11 2007 +0100 @@ -0,0 +1,7 @@ +#include "readwrite.h" +#include "substdio.h" +#include "subfd.h" + +char subfd_outbufsmall[256]; +static substdio it = SUBSTDIO_FDBUF(write,1,subfd_outbufsmall,256); +substdio *subfdoutsmall = ⁢