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
/
foo3.c
blob: dacef6ae46ef5e029d3e1d1b89beb5c47c77ceeb (
plain
)
1
2
extern
int
foo1b
(
void
);
int
foo3
(
void
) {
return
foo1b
(); }