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
/
libc2.c
blob: 28d46f3f1ef21be01f1d853d43f9176e9ef1aa9e (
plain
)
1
2
3
4
5
6
#include
"libc2.h"
float
LibC2Func
(
void
)
{
return
1.0
;
}