how to make a variable in file scope.

I mean
it should not be local to a function.
and it should not be global ( available to other source files).

it should be availble only in the current source file.
Any function in that file should be able to access that variable.
and it should not be available to other source files.