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