docs for strbuf and some small changes.
This commit is contained in:
parent
d6537b235c
commit
f1dbd880a7
6 changed files with 79 additions and 6 deletions
|
|
@ -25,6 +25,8 @@ void strbuf_init(strbuf_t *s);
|
|||
|
||||
void strbuf_append(strbuf_t *s, char *str, size_t len);
|
||||
|
||||
void strbuf_reduce(strbuf_t *s, size_t len);
|
||||
|
||||
void strbuf_trim(strbuf_t *s);
|
||||
|
||||
void strbuf_rtrim(strbuf_t *s);
|
||||
|
|
|
|||
Reference in a new issue