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
/
tests2.5
/
sort.c
blob
bdfb3a01bf214398bb22cb79b68832991cd968a2
1
union
2
{
3
unsigned int
BCD
;
4
struct
5
{
6
unsigned int
EINER
:
4
;
7
unsigned int
ZEHN
:
4
;
8
unsigned int
HUNDERT
:
4
;
9
unsigned int
TAUSEND
:
4
;
10
}
nibble
;
11
}
ergebnis
;
12