From 4a33fa091fd617f0fb0a3dcfb7c8c0de59313f81 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 19 Nov 2010 11:05:29 +0100 Subject: [PATCH] docs/strbuf.txt: Adding 'strbuf_append_repeat' --- docs/strbuf.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/strbuf.txt b/docs/strbuf.txt index 29f035c..48aae8d 100644 --- a/docs/strbuf.txt +++ b/docs/strbuf.txt @@ -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.