This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
meson
mirror of
https://github.com/mesonbuild/meson.git
Watch
8
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
The Meson Build System
http://mesonbuild.com/
8575
Commits
79
Branches
175
Tags
88 MiB
Tree:
04e275cdcc
meson
/
test cases
/
common
/
47 pkgconfig-gen
/
simple.c
6 lines
65 B
Raw
Normal View
History
Unescape
Escape
First half of the work required for pkg-config generator.
11 years ago
#
include
"simple.h"
Use strict function prototypes
5 years ago
int
simple_function
(
void
)
{
First half of the work required for pkg-config generator.
11 years ago
return
42
;
}