Im trying to figure the way and i just cant, any help would be appriciated.
void main ()
void abc (int ss[][7]);
{
int ss [6][7]=blah blah
blah blah....
abc (ss);
}
void abc (int ss[][7])
{
for (i=blah....
for (j= blah
ss[i][j]=blah...
blah blah
}
error: declaration for parameter ‘abc’ but no such parameter