@@ -1 +1,17 @@
#include <stdio.h>
void screenDisplay( unsigned short int **tab,int size)
{
for(int i=0;i<size;++i)
for(int j=0;j<size;++j)
printf("%hu ",tab[i][j]);
}
The note is not visible to the blocked user.