static unsigned int A0results[Num_of_Results]; // These need to be global in static unsigned int A1results[Num_of_Results]; // this example. Otherwise, the static unsigned int A2results[Num_of_Results]; // compiler removes them because static unsigned int A3results[Num_of_Results]; // they are not used