Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
filtmod1.c
blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 [
file
] [
log
] [
blame
] [
edit
]
extern
const
char
*
foo
(
void
);
const
char
*
foo
(
void
)
{
return
__FILE__
;
}