Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
c8fd04c7ac87e5a42618f1b0e82df60b25eaeff7
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
elf
/
filtmod2.c
blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 [
file
] [
log
] [
blame
]
extern
const
char
*
foo
(
void
);
const
char
*
foo
(
void
)
{
return
__FILE__
;
}