I'm getting confused here, I want to pass a character array to rfile() and argv[] happens to be an array of character arrays, so argv[i + 1] should return the pointer ...
Say I read a character array in from a file as part of other fields. In this case, the character array I am reading in is a date in the format mmddyyyy.<BR><BR>I have a structure which I am looking to ...