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
/
Dependency
/
Five
/
FiveSrc.c
blob: 33d8ad7dc1d49e0ca7ae42fc2b7d0accb09318bf (
plain
)
1
2
3
4
5
6
void
TwoFunction
();
void
FiveFunction
()
{
TwoFunction
();
}