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
/
RuntimePath
/
bar1.c
blob: 11b3a74b79f2e75309dd94fa24eecb85e4882e6a (
plain
)
1
2
3
4
5
extern
int
foo1
(
void
);
int
bar1
(
void
)
{
return
foo1
();
}