1 #include "readwrite.h"
2 #include "buffer.h"
3
4 char buffer_1small_space[256];
5 static buffer it = BUFFER_INIT(write,1,buffer_1small_space,sizeof buffer_1small_space);
6 buffer *buffer_1small = ⁢