#include int16_t int16_bottombit_mask(int16_t x) { return -(1 & x); }