changeset 8 | 96d16dfe787a |
parent 0 | af501b0c1716 |
child 9 | c3fecc82ade6 |
7:a1aa30f0f904 | 8:96d16dfe787a |
---|---|
38 *str, *str, (u_char) dest[0], (u_char) dest[1], (u_char) dest[2], (u_char) dest[3]); |
38 *str, *str, (u_char) dest[0], (u_char) dest[1], (u_char) dest[2], (u_char) dest[3]); |
39 str++; |
39 str++; |
40 } |
40 } |
41 |
41 |
42 printf ("DIFF: %d : 0x%2X\n", 0x40, 0x40); |
42 printf ("DIFF: %d : 0x%2X\n", 0x40, 0x40); |
43 return 0; |
43 |
44 return EXIT_SUCCESS; |
|
44 } |
45 } |