static_assert
static_assert(powerof2(MAXBPS), "MAXBPS is not power of 2");
#define _Static_assert(x, y) static_assert(x, y)