#ifndef TEST_BITSTRING_H
#define TEST_BITSTRING_H

#include <stdint.h>

uint8_t test_bitstring();

#endif
