6 lines
47 B
C
6 lines
47 B
C
|
const char *
|
||
|
foo (void)
|
||
|
{
|
||
|
return __FILE__;
|
||
|
}
|