changeset 211 | e6e160c7ea33 |
parent 208 | 204564b899a0 |
210:e8445573c812 | 211:e6e160c7ea33 |
---|---|
1 #include <string.h> |
1 #include <string.h> |
2 #include <stdio.h> |
2 #include <stdio.h> |
3 #include <stdlib.h> |
3 //#include <stdlib.h> |
4 |
4 |
5 void foo (char *bar) |
5 void foo (char *bar) |
6 { |
6 { |
7 unsigned long my_long = 101010101; // in hex: \xB5\x4A\x05\x06 |
7 unsigned long my_long = 101010101; // in hex: \xB5\x4A\x05\x06 |
8 char buffer[28]; |
8 char buffer[28]; |