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
/
csyntax4.c
blob
9e26e0daceb000781cd7eba4a5ec2c7f3d5c3390
1
/* has parse errors in gcc */
2
typedef
char
*
cstring
;
3
typedef
char
*
filename
;
4
5
int
f
(
cstring filename
,
int
x
);
6
7
cstring filename
;
8
9
10
11
12