I seem to remember reading that C language filter programs should interpret their first argument, if present, as the name of the input file. Is this correct?
I'm coding a filter that requires a parameter file, and I'd rather interpret the first argument as the name of that file. How should this situation be handled?