Newbie to C programming. I'm programming a PIC in MPLAB X IDE. How can create an if statement whereby if any items in a list are true then... else...?
If [either a>10, b>10, or c>10] Then panic Else carry on
Do I really have to right the block of code three times (or in my case 10)?