Archived
1
0
Fork 0

common/strbuf: new function strbuf_term

This commit is contained in:
H Hautakoski 2010-09-18 20:16:24 +02:00 committed by Henrik Hautakoski
parent 2c2c0781d9
commit 8b0772d0f1
3 changed files with 30 additions and 2 deletions

View file

@ -39,6 +39,8 @@ void strbuf_append_str(strbuf_t *s, const char *str);
void strbuf_append_ch(strbuf_t *s, char ch);
void strbuf_term(strbuf_t *s, char ch);
void strbuf_trim(strbuf_t *s);
void strbuf_rtrim(strbuf_t *s);