I'm quite sure that C standards guarantee global variables are initialized to 0.
2009/6/30 Daniel Santos <javatroubad...@yahoo.com>: > Some pointers are getting used prior to initialization. It would appear that > the current compilers are initializing them to zero or we've been lucky. > > > > > >