??? 01/11/10 13:01 Read: times |
#172328 - call != jump Responding to: ???'s previous message |
C needed the addition of the longjmp() function to be able to perform a real jump.
As Andy notes, function pointers in C (even if casts of 0) is function calls and not function jumps. There is a very distinct difference, even if the difference can sometimes be accepted. |