Archived
1
0
Fork 0

docs/strbuf.txt: Adding 'strbuf_append_repeat'

This commit is contained in:
Henrik Hautakoski 2010-11-19 11:05:29 +01:00
parent f06a528ad0
commit 4a33fa091f

View file

@ -37,6 +37,10 @@ Functions
Adds one character 'ch' to the end of ->buf
`strbuf_append_repeat()`::
Adds 'len' characters of 'ch' to the end of ->buf
`strbuf_reduce()`::
Will reduce ->buf by 'len' bytes from the end.