summaryrefslogtreecommitdiffstats
path: root/subfderr.c
blob: bed54f03b6e7541df3c02d7f4d41f692981cb296 (plain)
1
2
3
4
5
6
7
#include <unistd.h>
#include "substdio.h"
#include "subfd.h"

char subfd_errbuf[256];
static substdio it = SUBSTDIO_FDBUF(write,2,subfd_errbuf,256);
substdio *subfderr = &it;