Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!yetti!geac!drew From: drew@geac.UUCP (Drew Sullivan) Newsgroups: comp.lang.c Subject: Re: possible structure initialization bug Message-ID: <1125@geac.UUCP> Date: Wed, 12-Aug-87 23:32:39 EDT Article-I.D.: geac.1125 Posted: Wed Aug 12 23:32:39 1987 Date-Received: Sat, 15-Aug-87 06:39:53 EDT References: <352@mcdsun.UUCP> Reply-To: drew@lethe.UUCP (Drew Sullivan) Organization: Systems Software Lines: 8 Microsoft C, version 4.0 took the program without complaint and returned: bar.foo[0][0] = 1 bar.foo[0][1] = 2 bar.foo[1][0] = 3 bar.foo[1][1] = 4 -- Drew Sullivan