index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
();
}