repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* sysdeps/m68k/fpu/bits/mathinline.h: Don't define log2 as inline.
[glibc.git]
/
elf
/
filtmod1.c
blob
1d9b19481daf0c39ae5a29d5ae16cd3ab7f7c897
1
extern
const char
*
foo
(
void
);
2
3
const char
*
4
foo
(
void
)
5
{
6
return
__FILE__
;
7
}