add buffer_tosa (buffer writing to auto-growing stralloc)
This commit is contained in:
@@ -9,4 +9,5 @@ void buffer_init(buffer* b,ssize_t (*op)(),int fd,
|
||||
b->p=0;
|
||||
b->n=0;
|
||||
b->todo=NOTHING;
|
||||
b->cookie=0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user