Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
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
();
}