typedef void (*barmiPtr)(void); void mindenre_valasz(barmiPtr func){ if(func) func(); printf("O1G\n"); }