#include uint16_t uint16_bottombit_mask(uint16_t x) { return -(1 & x); }