repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_c99_decls_after_stmt3.c
blob
278fe1bb713c7a28e6a2db51df2bde172ba670bc
1
void
sample
(
int
i
)
2
{
3
i
+=
1
;
4
int
j
=
0
;
j
+=
1
;
5
}