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