repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
STYLE: Nightly Date Stamp
[cmake.git]
/
Tests
/
Dependency
/
Case1
/
c2.c
blob
4cf4426e5577181abf74d773500a03f81a5061cb
1
extern
int
b2
();
2
3
int
c2
()
4
{
5
return
b2
()+
1
;
6
}