Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site rabbit.UUCP Path: utzoo!linus!decvax!harpo!eagle!allegra!alice!rabbit!ark From: ark@rabbit.UUCP Newsgroups: net.lang.c Subject: re: Funny bugs in some C compilers (structure comparison) Message-ID: <1892@rabbit.UUCP> Date: Thu, 1-Sep-83 10:13:40 EDT Article-I.D.: rabbit.1892 Posted: Thu Sep 1 10:13:40 1983 Date-Received: Fri, 2-Sep-83 03:34:32 EDT Organization: Bell Labs, Murray Hill Lines: 7 wateng!padpowell complains that structure comparison doesn't do the "right think" with the padding between elements. Now you know why structure comparison isn't part of the language. The only things you can do with a structure are: take its address, select an element of it, pass it to a function, return it as a value, and assign it to another (identical) structure.