mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
7 lines
192 B
C
7 lines
192 B
C
#include "readwrite.h"
|
|
#include "buffer.h"
|
|
|
|
char buffer_1small_space[256];
|
|
static buffer it = BUFFER_INIT(write,1,buffer_1small_space,sizeof buffer_1small_space);
|
|
buffer *buffer_1small = ⁢
|