6 ms·
> Here's an example of a really bad use of "sizeof" that doesn't have the parenthesis around the argument: sizeof(*p)->member. Quite frankly, if you do this, yo
by nmj 11y ago
> Here's an example of a really bad use of "sizeof" that doesn't have
the parenthesis around the argument: sizeof(*p)->member. Quite
frankly, if you do this, you should be shot.
Good ol' Linus
- thomasahle 11y agoI certainly read that the wrong way first time around.