Tagged Questions
7
votes
5answers
188 views
What does “variable|variable” mean in C++?
I was looking into this ITE8712 watchdog timer demo code when I saw this:
void InitWD(char cSetWatchDogUnit, char cSetTriggerSignal)
{
OpenIoConfig(); //open super IO of configuration for Super ...