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
/
99 postconf
/
prog.c
6 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
Can add postconfigure script.
2016-03-01 21:07:38 +08:00
#
include
"generated.h"
Make all C main functions without arguments have "void" in arg list.
2019-11-17 22:09:30 +08:00
int
main
(
void
)
{
Can add postconfigure script.
2016-03-01 21:07:38 +08:00
return
THE_NUMBER
!
=
9
;
}