From 04905aaeffba2bc77866a4056dc3f2020a86bb26 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Mar 2017 09:39:11 +0000 Subject: Update documentation for the types change, with some extra fixes Also remove --enable-replace-libc from configure --- doc/libstddjb/stralloc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/libstddjb/stralloc.html') diff --git a/doc/libstddjb/stralloc.html b/doc/libstddjb/stralloc.html index 75e3d45..0147466 100644 --- a/doc/libstddjb/stralloc.html +++ b/doc/libstddjb/stralloc.html @@ -93,7 +93,7 @@ A stralloc should be initialized to STRALLOC_ZERO before its first use.

Functions

- int stralloc_catb (stralloc *sa, char const *s, unsigned int len)
+ int stralloc_catb (stralloc *sa, char const *s, size_t len)
Appends the len bytes pointed to by s to the end of the memory zone handled by *sa, automatically allocating more memory if needed. Returns 1 if it succeeds, and 0 if it fails. -- cgit v1.3.1