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
/
Case2
/
foo2.c
blob: 587c77aedb78a4a820afde163959c27f3b5a0109 (
plain
)
1
2
3
4
5
extern
int
foo3
(
void
);
int
foo2
(
void
)
{
return
foo3
();
}