#include <inttypes.h>

uint16_t uint16_bottombit_01(uint16_t x)
{
  return (1 & x);
}