repo.or.cz
/
CMakeLuaTailorHgBridge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resync
[CMakeLuaTailorHgBridge.git]
/
CMakeLua
/
Tests
/
Dependency
/
Case1
/
c.c
blob
c180a59b6449f18ec89c34ae3dad672a418ea24e
1
extern
int
b
();
2
3
int
c
()
4
{
5
return
b
()+
42
;
6
}