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 a9edb17 commit e1181eeCopy full SHA for e1181ee
snippets/c-mode/strlen
@@ -0,0 +1,5 @@
1
+# -*- mode: snippet -*-
2
+# name: strlen
3
+# key: strlen
4
+# --
5
+strlen(${1:string});
0 commit comments