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
Update.
[glibc.git]
/
elf
/
neededobj6.c
blob
639b6f195e80c92bba6016f6abc7ee5d1b7bd802
1
extern
void
a1_function
(
void
);
2
extern
void
a2_function
(
void
);
3
4
void
a2_function
(
void
)
5
{
6
a1_function
();
7
}