Hi all both option did not solve my lost pointer problem. I am still verifying if it is due to something unrelated to zero length arrays
option1 unsigned foo[1]; #define startLabel (&foo[1]) option 2 static unsigned startLabel0; static unsigned startLabel[] = &startLabel0 thanks fernan -- http://www.fernski.com
