You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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.
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,6 @@ Notes:
183
183
* The `%a` specifier for hexadecimal floating-point notation (introduced in C99 and C++11) is _not_ currently supported.
184
184
* If you want to print the percent sign (`%`, US-ASCII character 37), use "%%" in your format string.
185
185
* 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.
186
-
* There is no unsigned equivalent of the `I` specifier at the moment.
0 commit comments