aboutsummaryrefslogtreecommitdiffstats
path: root/tests/shlib_test/hello.pyx
blob: 58ce6919a2b6e12ae30b6f238b9fb4b50c56a517 (plain)
1
2
3
4
cdef extern char *get_hello_msg()

def hello():
    return get_hello_msg()