summaryrefslogtreecommitdiff
path: root/subfdout.c
blob: 0aee1026ec383c6098b54105ae5e39e73c4f6dbb (plain)
1
2
3
4
5
6
7
#include "readwrite.h"
#include "substdio.h"
#include "subfd.h"

char subfd_outbuf[SUBSTDIO_OUTSIZE];
static substdio it = SUBSTDIO_FDBUF(write,1,subfd_outbuf,SUBSTDIO_OUTSIZE);
substdio *subfdout = ⁢