linux C called object ‘maze’ is not a function or function pointer printf(“%d\t“, maze(i, j))

I had this question today when I wrote breadth first search,
Solutions:
I’m being silly, obviously an array, I wrote mate(I, j), and then I changed it to mate[I, j];

Oh, I’m a fool again
“Mate [I][j]” is ok

Read More: