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
/
LinkLine
/
One.c
blob
167f07d0d91238dec3b6451ad21f9ecb54ea0040
1
void
TwoFunc
();
2
3
void
OneFunc
()
4
{
5
static int
i
=
0
;
6
++
i
;
7
if
(
i
==
1
) {
8
TwoFunc
();
9
}
10
}