This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
213d2f18fc
meson
/
test cases
/
unit
/
18 pkgconfig static
/
foo.c
9 lines
92 B
C
Raw
Blame
History
int
power_level
(
void
)
{
#
ifdef FOO_STATIC
return
9001
;
#
else
return
8999
;
#
endif
}
Reference in New Issue
View Git Blame
Copy Permalink