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