Thursday, 22 August 2013

How to properly declare this function?

How to properly declare this function?

char*[] makeList(char *path, int *noOfFiles);
I think my intentions are clear but this doesn't work.
P.S. I need to store the return value in a variable called char
*fileList[260] and not char** fileList.

No comments:

Post a Comment