index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elf
/
filtmod1.c
blob: 1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897 (
plain
)
1
2
3
4
5
6
7
extern
const char
*
foo
(
void
);
const char
*
foo
(
void
)
{
return
__FILE__
;
}