summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/pure/mymodule.pxd
blob: 29d6c4187e4e14b1a0392daca193db646e1b2541 (plain)
1
2
3
4
5
# mymodule.pxd

# declare a C function as "cpdef" to export it to the module
cdef extern from "math.h":
    cpdef double sin(double x)