File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ platform-dependent.
195
195
+--------+--------------------------+--------------------+----------------+------------+
196
196
| Format | C Type | Python type | Standard size | Notes |
197
197
+========+==========================+====================+================+============+
198
- | ``x `` | pad byte | no value | | |
198
+ | ``x `` | pad byte | no value | | \( 7) |
199
199
+--------+--------------------------+--------------------+----------------+------------+
200
200
| ``c `` | :c:expr: `char ` | bytes of length 1 | 1 | |
201
201
+--------+--------------------------+--------------------+----------------+------------+
@@ -292,6 +292,9 @@ Notes:
292
292
operations. See the Wikipedia page on the `half-precision floating-point
293
293
format <half precision format_> `_ for more information.
294
294
295
+ (7)
296
+ ``x `` padding inserts null bytes to pad bytes.
297
+
295
298
296
299
A format character may be preceded by an integral repeat count. For example,
297
300
the format string ``'4h' `` means exactly the same as ``'hhhh' ``.
You can’t perform that action at this time.
0 commit comments