I have a char matrix m[10][10][100] that I use for store user input data. Each iteration I should clear this matrix before store more input. Is there a funtion to help on this?