On Wed, 2010-02-17 at 19:34 +0100, okias wrote: > I did test on small C program, and "int a" is equal to int a = 0; so > it should be fine, but maybe I'm wrong. It's not equal. It will be uninitialised stack garbage if you don't initialise it. johannes