Move variable declaration out of for loop header.
Move a loop variable declaration out of for(usigned i = 0; ...) in order to avoid the need for C99 compilation.
Please register or sign in to comment
Move a loop variable declaration out of for(usigned i = 0; ...) in order to avoid the need for C99 compilation.