In Microsoft Visual Studio, when one right clicks on Source Files and selects “ADD NEW ITEM”, .fi and .rc file extensions are two of the options. The descriptions say:
.fi Fortran header file
.rc Fortran resource file
Can someone please explain what the intent is for these two file types? Is the .fi extension to be used for include files? Such as when one uses the Fortran include statement: Include ‘file_name.fi’