Hi,
A colleague has asked me the following question, and I am stumped. Can anyone help?
Thanks alot,
Frank
Question:
#define XYZ(a, b) (int)(&(((a *)0)->b))
What does this following macro do?
How and why might it be used?