C error Array : array type has incomplete element type.
- by ambika
Hi
my code
extern int docx(char *,char[][]) // in a header file
it is compiled in solaries properly.
but in redhat linux it shows bellow error.
array type has incomplete element type.
i know i can solve it as - char[][20]
is it the right way.