I have an array of u_chars and I want to print it using printf. I don't know the size of the array: u_char *ip_p; printf("%s", ip_p); // EXC_BAD_ACCESS D: