| changeset 0 | c045670f36e9 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subfd.h Thu Nov 01 14:46:11 2007 +0100 @@ -0,0 +1,15 @@ +#ifndef SUBFD_H +#define SUBFD_H + +#include "substdio.h" + +extern substdio *subfdin; +extern substdio *subfdinsmall; +extern substdio *subfdout; +extern substdio *subfdoutsmall; +extern substdio *subfderr; + +extern int subfd_read(); +extern int subfd_readsmall(); + +#endif