# get\_sourcefile

```
Get name of source file occupying the given address
     ea - linear address
returns: NULL - source file information is not found
         otherwise returns pointer to file name

string get_sourcefile(long ea);
```
