summaryrefslogtreecommitdiff
path: root/buffer_2.c
blob: 297825cd84a68c440b949750035fcd2c30f39c6e (plain)
1
2
3
4
5
6
#include "readwrite.h"
#include "buffer.h"

char buffer_2_space[256];
static buffer it = BUFFER_INIT(write,2,buffer_2_space,sizeof buffer_2_space);
buffer *buffer_2 = ⁢