On 29Apr13 08:32, Nikita Churaev wrote: }> It doesn't have anything to do with C standard. } }What if the C standard allows the compiler to place q and w further }apart in struct A than in struct B? Then if you cast struct A *a into }struct B *b, you'll get garbage in b->w.
See K&R II (ie. the ANSI version) pg 213. -- Callum Gibson @ home _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] https://mail.gnome.org/mailman/listinfo/xml
