I am reading a program that asks for a password written by C. But there is one line that I do not understand:
if(!OK){
printf("\nWrong password!"); getch();
f = MK_FP(0xFFFF,0x0000); f();
}
and f is the function pointer void far (*f)(void). who can explain thanks
source
share