mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Add c_size_t and c_ssize_t to the ctypes summary table.
This commit is contained in:
commit
c128167318
1 changed files with 5 additions and 0 deletions
|
@ -248,6 +248,11 @@ Fundamental data types
|
|||
| :class:`c_ulonglong` | :c:type:`unsigned __int64` or | int |
|
||||
| | :c:type:`unsigned long long` | |
|
||||
+----------------------+------------------------------------------+----------------------------+
|
||||
| :class:`c_size_t` | :c:type:`size_t` | int |
|
||||
+----------------------+------------------------------------------+----------------------------+
|
||||
| :class:`c_ssize_t` | :c:type:`ssize_t` or | int |
|
||||
| | :c:type:`Py_ssize_t` | |
|
||||
+----------------------+------------------------------------------+----------------------------+
|
||||
| :class:`c_float` | :c:type:`float` | float |
|
||||
+----------------------+------------------------------------------+----------------------------+
|
||||
| :class:`c_double` | :c:type:`double` | float |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue