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

Repository URL to install this package:

Details    
Cython / tests / compile / belchenko2.pyx.BROKEN
Size: Mime:
cdef extern from "belchenko2.h":
    void c_func(unsigned char pixel)

def f(unsigned char pixel):
    c_func(pixel)

def g(signed char pixel):
    c_func(pixel)

def h(char pixel):
    c_func(pixel)