Files
heroku-buildpack-python/vendor/distribute-0.6.32/tests/shlib_test/hello.pyx
T
2012-12-19 23:29:37 -05:00

5 lines
75 B
Cython

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