Jan. 22, 2012
8:21 p.m.
On Sun, Jan 22, 2012 at 10:17 PM, Sukrit Sangwan <sukritsangwan@gmail.com> wrote:
I found an instance where sizeof(struct xyz) is used instead of sizeof(variablename). I want to ask if it would be appropriate to contact the author about the same.
Well, this doesn't really matter, but the recommended practice is to use sizeof(*pointer); Please keep intact Cc's list. thanks, Daniel.