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
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
csyntax17.c
blob
0cb4588af2b4e48c6b7816deb981f60bd68ade59
1
typedef
char
SBYTE
;
2
typedef
SBYTE EID_UNIT_NUM
;
3
4
struct
qry_rsp
5
{
6
int
rsp
[(
EID_UNIT_NUM
)
16
];
7
};
8
9
int
f
(
void
)
10
{
11
int
x
= (
EID_UNIT_NUM
)
3
;
12
}
13