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
/
func2.c
blob: 4fe7150ffd741926886b2966d5d0bd781c57ad1a (
plain
)
1
2
3
4
5
6
7
#define BUILDING_DLL
#include
<mylib.h>
int
func2
(
void
)
{
return
42
;
}