1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Doc fix.

This commit is contained in:
hniksic 2005-07-04 14:41:41 -07:00
parent e4f85cdef3
commit 134e59c61a

View File

@ -243,7 +243,7 @@ typedef double SUM_SIZE_INT;
} while (0)
/* Used to print pointers (usually for debugging). Print pointers
using printf ("%0*lx", PTR_FORMAT (p)). (%p is too unpredictable;
using printf ("0x%0*lx", PTR_FORMAT (p)). (%p is too unpredictable;
some implementations prepend 0x, while some don't, and most don't
0-pad the address.) */
#define PTR_FORMAT(p) (int) (2 * sizeof (void *)), (unsigned long) (p)