1 2 3 4 5 6 7
# cython: embedsignature=True cdef extern from "time.h": ctypedef long int time_t cdef struct timespec: time_t tv_sec long tv_nsec