Sign in
nest-open-source
/
nest-cam
/
v366
/
glibc
/
refs/heads/main
/
.
/
elf
/
neededobj3.c
blob: da25329aa7cc187dcfb32f41002d285debb796ef [
file
] [
log
] [
blame
] [
edit
]
extern
void
a_function
(
void
);
extern
void
b_function
(
void
);
extern
void
c_function
(
void
);
void
a_function
(
void
)
{
b_function
();
c_function
();
}