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
add502c648
meson
/
test cases
/
common
/
23 object extraction
/
lib.c
4 lines
34 B
C
Raw
Normal View
History
Unescape
Escape
Use strict function prototypes
2019-11-19 04:21:37 +08:00
int
func
(
void
)
{
Can extract objects from targets and use them in other targets.
2013-11-05 07:47:09 +08:00
return
42
;
}