Sujet : Re: do { quit; } else { }
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 09. Apr 2025, 11:04:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250409130449.00002f85@yahoo.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Wed, 9 Apr 2025 11:42:36 +0200
David Brown <
david.brown@hesbynett.no> wrote:
In C, if you declare two structs in the same translation unit with
the same field types and the same field names, they are still
different types.
That is clear for structs with tags. Less clear for tagless structs
that have exactly the same fields.