-
Notifications
You must be signed in to change notification settings - Fork 550
%p format #57
Copy link
Copy link
Open
Description
For consideration: Maybe it would be useful to change %p format to be compatible with libc:
In the GNU C Library, non-null pointers are printed as unsigned integers, as if a ‘%#x’ conversion were used. Null pointers print as ‘(nil)’. (Pointers might print differently in other systems.)
Or make this compile-time configurable ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels