repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added 32-16 multiplication, needed for PICOBIT.
[sixpic.git]
/
tests
/
control-structures
/
infinite-for.c
blob
e6b1f5aa93ced2af18cb46cd15fc2118663e2ac2
1
byte x
=
0
;
2
for
(;;)
3
x
++;
4
x
;