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
/
COnly
/
libc1.c
blob: e1f7e27d97bf0bb369e939c5ef4aadc32c43e725 (
plain
)
1
2
3
4
float
LibC1Func
(
void
)
{
return
2.0
;
}