1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/cdb/buffer_2.c
2015-01-23 17:24:36 +01:00

7 lines
172 B
C

#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 = ⁢