index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
SwiftMixLib
/
lib.c
blob: 8eca512464407094ac84ebedccf7a2a842212ffb (
plain
)
1
2
3
4
int
add_int
(
int
a
,
int
b
)
{
return
a
+
b
;
}