Linux Foundation Collaborative Projects
index
:
virtio/qemu
master
Unnamed repository
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
meson
/
test cases
/
unit
/
18 pkgconfig static
/
foo.c
blob: bf7fbddf3e979aad632bb1bd382a96c879b6c58e (
plain
)
1
2
3
4
5
6
7
8
int
power_level
(
void
)
{
#ifdef FOO_STATIC
return
9001
;
#else
return
8999
;
#endif
}