repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db/fixup_kernel.sh: update vfs_write() code
[smatch.git]
/
validation
/
old-style-definition0.c
blob
eb522aa6f7aa36a4743b3751b2a1390137804bbb
1
extern
int
foo
(
int
a
,
void
*
b
);
2
3
int
foo
(
a
,
b
)
4
int
a
;
5
void
*
b
;
6
{
7
if
(
b
)
8
return
a
;
9
}
10
11
/*
12
* check-name: old-stype-definition disabled
13
* check-command: sparse -Wno-old-style-definition $file
14
*/