2007/4/15, erik quanstrom <[EMAIL PROTECTED]>:
> 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
