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
/
XCTest
/
StaticLibExample
/
StaticLibExample.c
blob: 8d16eb5969ee1acbfa701d9cb48ae69f28186bf5 (
plain
)
1
2
3
4
5
6
#include
"StaticLibExample.h"
int
FourtyFour
(
void
)
{
return
44
;
}