formations/python-perfs/examples/collatz_length_cython_to_c.pyx

3 lines
77 B
Cython

cdef extern from "my_collatz_length.c":
cpdef int collatz_length(long n)