C error Array : array type has incomplete element type.
Posted
by ambika
on Stack Overflow
See other posts from Stack Overflow
or by ambika
Published on 2010-03-18T07:50:30Z
Indexed on
2010/03/18
7:51 UTC
Read the original article
Hit count: 233
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.
© Stack Overflow or respective owner