From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9ab217670704151037i26f4b8b2q3bf05b3e02c3ca35@mail.gmail.com> Date: Sun, 15 Apr 2007 13:37:23 -0400 From: "Devon H. O'Dell" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: [sources] 20070413: /rc/bin/cpurc.local In-Reply-To: <95298d62020c66708770561a60e3a2ae@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9ab217670704151026k6de961c0q1ecd0385c95772c7@mail.gmail.com> <95298d62020c66708770561a60e3a2ae@coraid.com> Topicbox-Message-UUID: 48e7735e-ead2-11e9-9d60-3106f5b1d025 2007/4/15, erik quanstrom : > > Additionally, we can't assume it starts off. The value is never > > initialized in the C code, so it could be 0, 1, or 382355318. I'm > > assuming that kencc zeroes uninitialized variables in the text, but > > I'm not sure. > > non automatic variables are always initialized to zero unless > explicitly initialized to something else regardless of your version of > c. Ok, thanks for the clarification. --dho