#ifndef HAS_BITMAP_H
typedef uint16_t bitmap_t[16];
int bitmap_compare(bitmap_t *a, bitmap_t *b);
#endif
#define HAS_BITMAP_H