From: Nathaniel Talbott Date: 2003-09-10T22:42:24+09:00 Subject: Re: Calling fun taking struct and not pointer to struct? Robert Feldt [mailto:feldt@ce.chalmers.se] wrote: > Is inlining of nested structs portable between C compilers? I'm a little confused by the question... are you asking if: 1) The act of using a struct in the declaration of another struct is portable? 2) If a struct nested inside another struct can be accessed in a portable manner? 3) If a nested struct's members can portably be accessed by simply pretending they exist directly in the containing struct? 4) Something else altogether? Just wanted to clarify before I try to answer, Nathaniel <:((><