summaryrefslogtreecommitdiff
path: root/checkpasswd/buffer_2.c
diff options
context:
space:
mode:
Diffstat (limited to 'checkpasswd/buffer_2.c')
-rw-r--r--checkpasswd/buffer_2.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/checkpasswd/buffer_2.c b/checkpasswd/buffer_2.c
new file mode 100644
index 0000000..297825c
--- /dev/null
+++ b/checkpasswd/buffer_2.c
@@ -0,0 +1,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 = ⁢