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
2000-10-13 Michael Fedrowitz <michael@fedrowitz.de>
[glibc.git]
/
elf
/
constload3.c
blob
c9f94b86ee04ffde5e4e1ad62fed69c5f46da27c
1
extern
int
baz
(
void
);
2
3
int
4
bar
(
void
)
5
{
6
return
-
21
+
baz
();
7
}