Sign in
third-party-mirror
/
GRTEv5
/
refs/heads/master
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
elf
/
neededobj6.c
blob: 639b6f195e80c92bba6016f6abc7ee5d1b7bd802 [
file
] [
log
] [
blame
] [
edit
]
extern
void
a1_function
(
void
);
extern
void
a2_function
(
void
);
void
a2_function
(
void
)
{
a1_function
();
}