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
/
SubDir
/
AnotherSubdir
/
secondone.c
blob: b55d05f434b6c9b471540735f3d8c434b5b2f84f (
plain
)
1
2
3
4
const char
*
secondone
()
{
return
"Hello again"
;
}