#include uint16_t uint16_unequal_01(uint16_t x,uint16_t y) { if (x != y) return 1; return 0; }