diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 09:39:11 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-03-08 09:39:11 +0000 |
commit | 04905aaeffba2bc77866a4056dc3f2020a86bb26 (patch) | |
tree | f66439aeb6cfe05268824ac890169e5cd306f3f3 /doc/libstddjb/stralloc.html | |
parent | a5079576ae9007fb1ca7ebcc911b5fb035cd2d06 (diff) | |
download | skalibs-04905aaeffba2bc77866a4056dc3f2020a86bb26.tar.xz |
Update documentation for the types change, with some extra fixes
Also remove --enable-replace-libc from configure
Diffstat (limited to 'doc/libstddjb/stralloc.html')
-rw-r--r-- | doc/libstddjb/stralloc.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <h2> Functions </h2> <p> -<code> int stralloc_catb (stralloc *sa, char const *s, unsigned int len) </code> <br /> +<code> int stralloc_catb (stralloc *sa, char const *s, size_t len) </code> <br /> Appends the <em>len</em> bytes pointed to by <em>s</em> to the end of the memory zone handled by *<em>sa</em>, automatically allocating more memory if needed. Returns 1 if it succeeds, and 0 if it fails. |