diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-30 16:36:20 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-06-30 16:36:20 +0000 |
| commit | db03c419f72489a96bf7fe124348fae407c16beb (patch) | |
| tree | cf0cfed069f1f30dd2cc6640f4921d790048962b | |
| parent | 61600a77b96b4f71e446ebd021b4d620a0b51cf9 (diff) | |
| download | skalibs-db03c419f72489a96bf7fe124348fae407c16beb.tar.gz | |
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | doc/libstddjb/siovec.html | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -56,3 +56,4 @@ Thanks to: Jan Pobříslo <ccx@te2000.cz> Anna Figueiredo Gomes <navi@vlhl.dev> Markus Sauermann <sauermann@disroot.org> + Sertonix <sertonix@posteo.net> diff --git a/doc/libstddjb/siovec.html b/doc/libstddjb/siovec.html index 2ffba98..7aa09f5 100644 --- a/doc/libstddjb/siovec.html +++ b/doc/libstddjb/siovec.html @@ -113,7 +113,7 @@ is 0, which means all of <em>v</em> has been zeroed out. Looks for the first occurence of <em>c</em> among the byte ranges represented by the members of <em>v</em>. Returns its cumulative index, i.e. the position that <em>c</em> would have if the byte ranges pointed to by members of <em>v</em> were a -single array. If there are no occurences of <em>c</em>, the function retunrs +single array. If there are no occurences of <em>c</em>, the function returns <tt>siovec_len(v, n)</tt>. </p> |
