This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
9650
Commits
80
Branches
175
Tags
89 MiB
Python
80.1%
Meson
11.8%
C
3.7%
Shell
1.1%
C++
1.1%
Other
1.5%
Tree:
0ec8bebae8
meson
/
test cases
/
common
/
217 link custom_i multiple ...
/
prog.c
8 lines
100 B
Raw
Blame
History
void
flob_1
(
void
)
;
void
flob_2
(
void
)
;
int
main
(
void
)
{
flob_1
(
)
;
flob_2
(
)
;
return
0
;
}
Reference in new issue
View Git Blame
Copy Permalink