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
/
sizeof.c
blob
671ddc0cc11e5575094932a73974b3c60d63b7ce
1
int
main
()
2
{
3
char
x
[
3
];
4
char
y
[
3
];
5
6
x
[(
sizeof
x
)] =
'i'
;
7
y
[((
sizeof
y
) -
1
)] =
'0'
;
8
return
0
;
9
}