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
/
137 whole archive
/
prog.c
blob: 1f553e554c753dc7cbdcba7374ca9f260512f8c2 (
plain
)
1
2
3
4
5
#include
<mylib.h>
int
main
(
void
)
{
return
func1
()
-
func2
();
}