7 ms·
Yes, that one is especially nasty as &p->bar[0] is a constant expression completely solvable at compile time. It's equivalent to the offsetof() macro of stddef
by schlupa 5y ago
Yes, that one is especially nasty as &p->bar[0] is a constant expression completely solvable at compile time.
It's equivalent to the offsetof() macro of stddef.h