xref
: /
glibc-2.36
/
elf
/
filtmod1.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
const
char
*
foo
(
void
);
2
3
const
char
*
foo(void)
4
foo
(
void
)
5
{
6
return
__FILE__
;
7
}
8