I tried this:


void a_function(FILE *inFile);

int main()
{
FILE *inFile;
a_function(inFile);
}