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
New version of the assembler, that does better branch generation.
[sixpic.git]
/
tests
/
control-structures
/
comp-lit-1st-arg.c
blob
3c5c77d0e7fe0b2dd3142b33ed994880d169fc03
1
byte
f
(
byte x
){
2
if
(
3
>
x
)
return
1
;
3
return
2
;
4
}
5
f
(
3
);