repo.or.cz
/
letusc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move to repo.or.cz
[letusc.git]
/
ch3
/
examples
/
exa4.c
blob
3080d2c5a400bc910da0eb3c4f49faef079b260d
1
#include<stdio.h>
2
3
int
main
()
4
{
5
int
i
=
0
;
6
while
(++
i
<=
10
)
7
printf
(
"i:%d
\n
"
,
i
);
8
return
0
;
9
}