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
/
foo2b.c
blob: 6959e639b913869f41cff181afb86bd21d0ebc1c (
plain
)
1
2
3
4
5
extern
int
foo3b
(
void
);
int
foo2b
(
void
)
{
return
foo3b
();
}