summaryrefslogtreecommitdiff
path: root/doc/libstddjb
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-03-13 10:31:14 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-03-13 10:31:14 +0000
commite450f6efc39e55e32264d2daded6c757af0f7527 (patch)
tree7f03bd312b8e589cc494ca9776dc81b815ef14cd /doc/libstddjb
parent04905aaeffba2bc77866a4056dc3f2020a86bb26 (diff)
downloadskalibs-e450f6efc39e55e32264d2daded6c757af0f7527.tar.xz
Cleanups - mostly removing superfluous includes in headers
Diffstat (limited to 'doc/libstddjb')
-rw-r--r--doc/libstddjb/bitarray.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/libstddjb/bitarray.html b/doc/libstddjb/bitarray.html
index b727975..b4cc6b1 100644
--- a/doc/libstddjb/bitarray.html
+++ b/doc/libstddjb/bitarray.html
@@ -142,5 +142,11 @@ ignored: the function cannot return less than <em>skip</em>. It is a
programming error if <em>skip</em> &gt; <em>len</em>.
</p>
+<p>
+<code> size_t bitarray_countones (unsigned char const *c, size_t len) </code> <br />
+Returns the number of set bits in <em>s</em>, <em>len</em> being the
+total number of bits being tested.
+</p>
+
</body>
</html>