1 2 3 4 5 6 7
#ifdef _NO_PROTO extern void buttonAction(); extern void processEvents(); #else extern void buttonAction(int ); extern void processEvents(void); #endif