Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
neededobj4.c
blob: 3ea854004724b84a055551ff436f3eff844558ba [
file
] [
log
] [
blame
] [
edit
]
extern
void
a_function
(
void
);
extern
void
b_function
(
void
);
extern
void
c_function
(
void
);
extern
void
d_function
(
void
);
void
d_function
(
void
)
{
a_function
();
b_function
();
c_function
();
}