blob: e9c47c128ecbe9ac66a8e29e19e9b676cfad9174 (
plain)
1
2
3
4
5
6
7
|
#include <unistd.h>
#include "substdio.h"
#include "subfd.h"
char subfd_outbufsmall[256];
static substdio it = SUBSTDIO_FDBUF(write,1,subfd_outbufsmall,256);
substdio *subfdoutsmall = ⁢
|