#pragma once #include int bm_test(char* bm, size_t n); void bm_set(char* bm, size_t n); void bm_clear(char* bm, size_t n);