编译出错:
I:\Academic\GS>gcc str.c -o str
str.c: In function 'strsplit':
str.c:10:9: warning: passing argument 1 of 'strcpy' from incompatible pointer type
c:\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/string.h:45:39: note: expected 'char *' but argument is of type 'char (*)[30]'
I:\Academic\GS>gcc str.c -o str
str.c: In function 'strsplit':
str.c:10:9: warning: passing argument 1 of 'strcpy' from incompatible pointer type
c:\mingw\bin\../lib/gcc/mingw32/4.5.0/../../../../include/string.h:45:39: note: expected 'char *' but argument is of type 'char (*)[30]'