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 / r_capi.pyx
Size: Mime:
cdef extern from "l_capi_api.h":
    float f(float)
    int import_l_capi() except -1

def test():
    print f(3.1415)

import_l_capi()