ai-content-maker/.venv/Lib/site-packages/Cython/Includes/libc/stddef.pxd

10 lines
164 B
Cython
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
# 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