forked from eyalroz/printf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes eyalroz#63; (may) improve support for systems where the null po…
…inter representation is no all-0-bits. * "splits" behavior of pointers and hash-marked base-16 values w.r.t the `0x` prefix (although you won't see the difference unless you un-special-case the handling of 0-valued pointer). * Passing a null pointer for an `%s` now results in `(null)`. * Added some relevant test suite assertions involving null/0 pointers as `%s` arguments.
- Loading branch information
Eyal Rozenberg
committed
Jul 1, 2021
1 parent
8e94bab
commit e4baa6a
Showing
2 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4baa6a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you mis-referred to issue eyalroz#63 ; that one is about exposing the static functions.