how u will deal this problem
error: array type has incomplete element type
In here......
Code:
int SeparateComma (char*, int ,char[][], int*);
and
error: type of formal parameter 3 is incomplete
Code:
SeparateComma(argv[optind+1], strlen(argv[optind+1]),
vet, &n);