1 int foo (int n, char m[1][n]);
2 
foo(int n,char m[1][n])3 int foo (int n, char m[1][n])
4 {
5 }
6 
7