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
/
145 recursive linking
/
stnodep
/
lib.c
blob: 4bc50bea2138b4a521ca303e2a1fe318462e3c6f (
plain
)
1
2
3
4
5
6
#include
"../lib.h"
SYMBOL_EXPORT
int
get_stnodep_value
(
void
)
{
return
2
;
}