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
ada6236f76
meson
/
test cases
/
common
/
5 linkstatic
/
libfile.c
4 lines
33 B
C
Raw
Normal View
History
Unescape
Escape
Use strict function prototypes
2019-11-19 04:21:37 +08:00
int
func
(
void
)
{
Can link against static libraries.
2013-01-06 08:59:54 +08:00
return
0
;
}