#include <inttypes.h>

uint8_t uint8_bottombit_01(uint8_t x)
{
  return (1 & x);
}