]> andersk Git - splint.git/blob - test/tests2.5/sort.c
Fixed manual csvoverwrite.
[splint.git] / test / tests2.5 / sort.c
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
This page took 0.036184 seconds and 5 git commands to generate.