if a const multi array are declare longer than the defined content, then at compiling.. Pc will fill memory endless til crash… :-\
const unsigned char test[2][20] = { "nur 18 lange Array", "nur 18 lange Array" }
if a const multi array are declare longer than the defined content, then at compiling.. Pc will fill memory endless til crash… :-\
const unsigned char test[2][20] = { "nur 18 lange Array", "nur 18 lange Array" }