docs/strbuf.txt: Adding 'strbuf_append_repeat'
This commit is contained in:
parent
f06a528ad0
commit
4a33fa091f
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ Functions
|
||||||
|
|
||||||
Adds one character 'ch' to the end of ->buf
|
Adds one character 'ch' to the end of ->buf
|
||||||
|
|
||||||
|
`strbuf_append_repeat()`::
|
||||||
|
|
||||||
|
Adds 'len' characters of 'ch' to the end of ->buf
|
||||||
|
|
||||||
`strbuf_reduce()`::
|
`strbuf_reduce()`::
|
||||||
|
|
||||||
Will reduce ->buf by 'len' bytes from the end.
|
Will reduce ->buf by 'len' bytes from the end.
|
||||||
|
|
|
||||||
Reference in a new issue