I stumbled across this C code today. Can anyone tell me what the 'where' keyword means:
*y = sy + exit->y + (where * (entry->y + esy - exit->y));
Edit:
Ah.. my bad. It is just a variable name. VC++ highlighted it as though it was a keyword though.