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 / broken / cdefemptysue.pyx
Size: Mime:
cdef extern from "cdefemptysue.h":

    cdef struct spam:
        pass

    ctypedef union eggs:
        pass

    cdef enum ham:
        pass

cdef extern spam s
cdef extern eggs e
cdef extern ham h