In article <234 at mstan.Morgan.COM> dff at Morgan.COM (Daniel F. Fisher) writes: >To what type should a pointer argument be cast when passing it to >fprintf() for printing using the %p conversion specifier? (void *), or, since it has the same representation, (char *).