Files
Time-Series-Analysis/.venv/lib/python3.12/site-packages/Cython/Includes/libc/stddef.pxd
2025-07-30 17:09:11 +03:00

10 lines
164 B
Cython

# 7.17 Common definitions <stddef.h>
cdef extern from "<stddef.h>":
ctypedef signed int ptrdiff_t
ctypedef unsigned int size_t
ctypedef int wchar_t