blob: 5be356dc9a94f6b8dda06ba7d683cad338c8beb3 (
plain)
1
2
3
4
5
6
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 = ⁢
|