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
/
neededobj3.c
blob
da25329aa7cc187dcfb32f41002d285debb796ef
1
extern
void
a_function
(
void
);
2
extern
void
b_function
(
void
);
3
extern
void
c_function
(
void
);
4
5
void
6
a_function
(
void
)
7
{
8
b_function
();
9
c_function
();
10
}