File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -243,6 +243,11 @@ Fundamental data types
243243| :class: `c_ulonglong ` | :c:type: `unsigned __int64 ` or | int |
244244| | :c:type: `unsigned long long ` | |
245245+----------------------+------------------------------------------+----------------------------+
246+ | :class: `c_size_t ` | :c:type: `size_t ` | int |
247+ +----------------------+------------------------------------------+----------------------------+
248+ | :class: `c_ssize_t ` | :c:type: `ssize_t ` or | int |
249+ | | :c:type: `Py_ssize_t ` | |
250+ +----------------------+------------------------------------------+----------------------------+
246251| :class: `c_float ` | :c:type: `float ` | float |
247252+----------------------+------------------------------------------+----------------------------+
248253| :class: `c_double ` | :c:type: `double ` | float |
You can’t perform that action at this time.
0 commit comments