Files
heroku-buildpack-python/vendor/setuptools-2.1/tests/shlib_test/hello.pyx
T
Kenneth Reitz 715ab8b96a Update to Setuptools 2.1 and Pip 1.5.2
So seamless.
2014-02-19 11:59:02 -05:00

5 lines
75 B
Cython

cdef extern char *get_hello_msg()
def hello():
return get_hello_msg()