Hello all, I don't see the problem either. Local variables allocated in main are very likely to end up on the stack permanently. So moving a local variable into global space is fixing the problem without additional costs.
Nico Coesel
Hello all, I don't see the problem either. Local variables allocated in main are very likely to end up on the stack permanently. So moving a local variable into global space is fixing the problem without additional costs.
Nico Coesel