index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
208 link custom
/
outerlib.c
blob: 6861f8d45c7f68935169308626e9f009bbf3ef35 (
plain
)
1
2
3
void
inner_lib_func
(
void
);
void
outer_lib_func
(
void
)
{
inner_lib_func
();
}