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