Use %p everywhere with printf() #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "printf_pointers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is going to be a big pull...
Now that we have %p in printf, we should use it everywhere instead of %lx and (unsigned long)ptr.
WIP: Use %p everywhere with printf()to Use %p everywhere with printf()