Date: Fri, 23 Jun 2000 15:51:24 -0400 Message-Id: <200006231951.PAA10504@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Damian Yerrick on Fri, 23 Jun 2000 19:35:54 GMT) Subject: Re: I want to migrate from VC to free Win32 compiler References: <8iv4ub$1vjk$1 AT news DOT vol DOT cz> <200006230929 DOT MAA12736 AT alpha DOT netvision DOT net DOT il> <8ivisa$2bp5$1 AT news DOT vol DOT cz> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > >Unamed structures > > Meaning? struct { union { struct { int low32; int high32; }; long long val64; }; } int64; int64 a; a.low32 = 0;