mirror of /home/gitosis/repositories/libowfat.git
parent
f432739bd6
commit
4c73ceec0c
@ -0,0 +1,7 @@
|
||||
#include <unistd.h>
|
||||
#include "buffer.h"
|
||||
|
||||
char buffer_2_space[BUFFER_INSIZE];
|
||||
static buffer it = BUFFER_INIT(write,2,buffer_2_space,sizeof buffer_2_space);
|
||||
buffer *buffer_2 = ⁢
|
||||
|
Loading…
Reference in new issue