#include uint32_t uint32_bottombit_mask(uint32_t x) { return -(1 & x); }