I know it\'s simple, but I can\'t seem to make this work.
My function is like so:
int GefMain(int array[][5]) { //do stuff return 1; } >
It compiles rightly even with -std=c99 -pedantic options. And it looks right anyway... Is it really the code you want we check? Compiler you're using...?
-std=c99 -pedantic