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: ca25fd8ffe80939d02e85240045b5e2ff9532c38 (
plain
)
1
2
extern
int
foo1c
(
void
);
int
foo3b
(
void
) {
return
foo1c
(); }