Repository: uClibc/libc/stdio who: mjn3 time: Tue Jun 12 22:06:36 EDT 2001 Log Message: Fix printf handling of %p to prepend "0x" since output is in hex. Note: glibc output for (void *)0 is "(nil)" while uClibc output is "0". Does anyone have a preference? Files: changed: printf.c