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