So I am rather confused at what exactly to do with the int argc, char *argv[]
I think it has something to do with reading in a file to the variable argv but I don't know where/how to put in the file that is supposed to be read in Pelles C
I am using Pelles C for Windows, Version 6. I just write my code and test my program using the green Execute arrow but I don't know how to include the file as arguments to main as I have only ever used int main(void) in the past.
Any help would be greatly appreciated.