summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/external/strstr.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/external/strstr.pxd')
-rw-r--r--docs/examples/tutorial/external/strstr.pxd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/tutorial/external/strstr.pxd b/docs/examples/tutorial/external/strstr.pxd
new file mode 100644
index 000000000..7c2a786cc
--- /dev/null
+++ b/docs/examples/tutorial/external/strstr.pxd
@@ -0,0 +1,2 @@
+cdef extern from "string.h":
+ char* strstr(const char *haystack, const char *needle)