summaryrefslogtreecommitdiff
path: root/buffer_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer_2.c')
-rw-r--r--buffer_2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/buffer_2.c b/buffer_2.c
new file mode 100644
index 0000000..f255a92
--- /dev/null
+++ b/buffer_2.c
@@ -0,0 +1,7 @@
1/* Public domain. */
2
3#include "buffer.h"
4
5char buffer_2_space[256];
6static buffer it = BUFFER_INIT(buffer_unixwrite,2,buffer_2_space,sizeof buffer_2_space);
7buffer *buffer_2 = ⁢