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