summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/external/keyword_args.pyx
blob: 7c2a786ccb453f7c714cd86969c7ee699aebde1f (plain)
1
2
cdef extern from "string.h":
    char* strstr(const char *haystack, const char *needle)