#include #include #include #include #include int main(int ac, char **av) { char c, *buf; buf = malloc(32); c = buf[0]; printf("%x\n", c); }