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
/
13 pch
/
linkwhole
/
lib1.c
blob: b56c17bd8ebb0f57a4e713feba2fc219779145a1 (
plain
)
1
2
3
4
void
func1
()
{
printf
(
"Calling func2."
);
func2
();
}