I am looking for a three-input, one-output logic-gate from the following truth table:
$$\begin{array}{c|c|c|} \text{C} & \text{B} & \text{A} & \text{Output} \\ \hline 0 & 0 & 0 & 0 \\ \hline 0 & 0 & 1 & 1 \\ \hline 0 & 1 & 0 & 1 \\ \hline 0 & 1 & 1 & 0 \\ \hline 1 & 0 & 0 & 1 \\ \hline 1 & 0 & 1 & 0 \\ \hline 1 & 1 & 0 & 0 \\ \hline 1 & 1 & 1 & 1 \\ \hline \end{array}$$
As I can see \$A\$ and \$B\$ acts as XOR-gate when \$C=0\$, and as a XNOR-gate when \$C=1\$. Im looking to order a gate that has these input- and output pins, and the required operation pins to make it work. Im just wondering whats the name of the gate? Looking for one in the 74 or HC family, or one that is easy to put on breadboards.