You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic gates implementation in C. A tiny lib which exposes the common Logic Gates: AND, OR, XOR, NAND, NOR, XNOR, both as a list of bool arguments, or a bool[] array.