Unusual C function declaration “void fnc1(args) fnc2(void) {…}”

前端 未结 0 1920
小蘑菇
小蘑菇 2021-01-07 12:23

I encountered the following code when studying about PIC32 interrupts

void __ISR(_CORE_TIMER_VECTOR, IPL6SRS) CoreTimerISR(void) {
...
}

Here

相关标签:
回答
  • 消灭零回复
提交回复
热议问题