The __INTADDR__ operation treats the enclosed expression as a constant expression, and converts it to an integer constant.
Note
This is used in the offsetof macro.
__INTADDR(expr)
Where:
expris an integral constant expression.
__INTADDR__(expr) returns an integer constant equivalent to expr.