sizeof a struc field

Doug Gwyn gwyn at smoke.BRL.MIL
Sat Oct 14 13:46:39 AEST 1989


In article <10960 at riks.csl.sony.co.jp> diamond at ws.sony.junet (Norman Diamond) writes:
>Null pointers have no type?

That's not what I've been saying.  Garbage constructs have no type.
((thing*)0)->member is a garbage construct.  It has no type.

In case you don't know what I mean by "garbage construct", it is
a sequence of C source characters for which the Standard assigns
no valid meaning.



More information about the Comp.lang.c mailing list