#include #include uint8_t not_gate(uint8_t _a){ return ~((_a >> 0) & 0x01) & 0x01 << 0; }