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