Skip to content

Commit

Permalink
Removed an invalid comment about I from README.md
Browse files Browse the repository at this point in the history
`I` is a modifier, not a specifier; removed the invalid comment about it not having an "unsigned equivalent" - it can be used with unsigned specifiers.
  • Loading branch information
eyalroz authored May 26, 2022
1 parent 11b8c62 commit 944a344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ Notes:
* The `%a` specifier for hexadecimal floating-point notation (introduced in C99 and C++11) is _not_ currently supported.
* If you want to print the percent sign (`%`, US-ASCII character 37), use "%%" in your format string.
* The C standard library's `printf()`-style functions don't accept `float` arguments, only `double`'s; that is true for this library as well. `float`'s get converted to `double`'s.
* There is no unsigned equivalent of the `I` specifier at the moment.

#### Flags

Expand Down

0 comments on commit 944a344

Please sign in to comment.