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: b35b05b843ee8fbdcc7078c2076999cdf0f91b88 (
plain
)
1
2
3
4
5
6
void
TwoFunction
(
void
);
void
FiveFunction
(
void
)
{
TwoFunction
();
}