Sujet : Re: do { quit; } else { }
De : tr.17687 (at) *nospam* z991.linuxsc.com (Tim Rentsch)
Groupes : comp.lang.cDate : 11. Apr 2025, 02:52:04
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <86jz7rbh2z.fsf@linuxsc.com>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
User-Agent : Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
bart <
bc@freeuk.com> writes:
[... compatibility of struct types ...]
The example was like this:
>
module A: typedef struct point {float a; float b;} Point;
>
module B: typedef float length;
typedef struct _tag {length x, y;} vector;
>
David Brown said: "The two types are entirely compatible."
>
I said: "Are they?"
>
Tim Rentsch said: "No, they are not."
I withdraw my earlier statement. Please leave me out of any
future discussion of the subject.