structure assignment in dpANSI

Daniel J. Burns djb at spacely.Jpl.Nasa.Gov
Thu Nov 10 08:03:40 AEST 1988


The definition of compatible types for structures is unclear to me.
Is the following legal?

	struct { int x ; float y ; } a ;
	struct { int x ; float y ; } b ;
	a = b ;  /* ??? */



--
Dan Burns
Jet Propulsion Laboratory
djb at spacely.jpl.nasa.gov



More information about the Comp.std.c mailing list