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
/
39 library chain
/
main.c
blob: 9c88e73ae7ad6bc441e14f98003f82e78b61bf80 (
plain
)
1
2
3
4
5
int
libfun
(
void
);
int
main
(
void
)
{
return
libfun
();
}