index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
284 pkgconfig subproject
/
subprojects
/
simple2
/
simple2.c
blob: 215b2aef8eed5064200012f4dceb5441c680b7ba (
plain
)
1
2
3
4
5
#include
"simple2.h"
int
simple_simple_function
(
void
)
{
return
42
;
}