#include uint8_t uint8_bottombit_mask(uint8_t x) { return -(1 & x); }