#include int8_t int8_bottombit_mask(int8_t x) { return -(1 & x); }