diff options
Diffstat (limited to 'doc/libstddjb/bitarray.html')
-rw-r--r-- | doc/libstddjb/bitarray.html | 6 |
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> > <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> |