SPRUI30H November 2015 – May 2024
Pseudo C code:
int i, myarray[100]; for (i=0; i< 100; i++) { myarray[i] = 1; }