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
/
nullassign.c
blob
ba087e6e633bca5ecdb362a5f462049b33da0373
1
int
*
a
=
0
;
2
3
/*@null@*/
int
*
b
=
0
;
4
5
/*@notnull@*/
int
*
c
=
0
;