Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aaronreidsmith / Cython   python

Repository URL to install this package:

Version: 0.29.14 

/ Includes / libc / stddef.pxd

# 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