ck_bitmap_test (3) Linux Manual Page
ck_bitmap_test – determine if the bit at the specified index is set LibraryConcurrency Kit (libck, -lck) SynopsisIn ck_bitmap.h Ft bool Fn ck_bitmap_test ck_bitmap_t *bitmap unsigned int n DescriptionThe Fn ck_bitmap_test determines if the bit at the offset specified by the argument Fa n is set to 1 Return ValuesThis function returns true if the bit…
