1 2 3 4 5 6 7 8 9
#include <stdlib.h> int global = 0x11111111; int main() { int local = 0x22222222; char buffer[] = "AAAABBBBCCCCDDD"; return 0; }