keyword_args.pyx 90 Bytes
Newer Older
1 2
cdef extern from "string.h":
    char* strstr(const char *haystack, const char *needle)