From e450f6efc39e55e32264d2daded6c757af0f7527 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 13 Mar 2017 10:31:14 +0000 Subject: Cleanups - mostly removing superfluous includes in headers --- doc/libstddjb/bitarray.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/libstddjb/bitarray.html') 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 skip. It is a programming error if skip > len.

+

+ size_t bitarray_countones (unsigned char const *c, size_t len)
+Returns the number of set bits in s, len being the +total number of bits being tested. +

+ -- cgit v1.2.3