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
/
Eight
/
EightSrc.c
blob: 16605cec9bef4be7220c6730aaf558efe50b5a1c (
plain
)
1
2
3
4
5
6
void
SevenFunction
(
void
);
void
EightFunction
(
void
)
{
SevenFunction
();
}