#include #include "logic.h" int main(void) { assert(LOGIC_HIGH == logic_not(LOGIC_LOW )); assert(LOGIC_LOW == logic_not(LOGIC_HIGH)); }