LIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_bitmap.h Ft bool Fn ck_bitmap_next ck_bitmap_t *bitmap ck_bitmap_iterator_t iterator unsigned int *bitDESCRIPTION
The Fn ck_bitmap_next function will increment the iterator object pointed to by Fa iterator to point to the next set bit in the bitmap. If Fn ck_bitmap_next returns true then the pointer pointed to by Fa bit is initialized to the number of the current set bit pointed to by the Fa iterator object.It is expected that Fa iterator has been initialized using the ck_bitmap_iterator_init3 function.