We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1e6c8 commit a9edb17Copy full SHA for a9edb17
snippets/c-mode/strstr
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: strstr
3
+# key: strstr
4
+# --
5
+strstr(${1:string}, ${2:string});
0 commit comments