int a(int c[][3]);
int a(int b[2][3]){
void d;
return(1);
}
