Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63603bc commit b0f462dCopy full SHA for b0f462d
Doc/library/struct.rst
@@ -279,9 +279,9 @@ Notes:
279
(1)
280
.. index:: single: ? (question mark); in struct format strings
281
282
- The ``'?'`` conversion code corresponds to the :c:expr:`_Bool` type defined by
283
- C99. If this type is not available, it is simulated using a :c:expr:`char`. In
284
- standard mode, it is always represented by one byte.
+ The ``'?'`` conversion code corresponds to the :c:expr:`_Bool` type
+ defined by C standards since C99. In standard mode, it is
+ represented by one byte.
285
286
(2)
287
When attempting to pack a non-integer using any of the integer conversion
0 commit comments