#include uint8_t uint8_bitmod_01(uint8_t x,uint8_t y) { x >>= y & 7; return (1 & x); }