repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git]
/
test
/
csyntax8.c
blob
19d25ccc5dc81bf08ce573d2a5cf1745a293e5c9
1
int
x
;
2
3
char
y
;
4
short int
z
;
5
int short
w
;
6
7
int
f
(
int
x
,
int
y
);
8