Skip to content

Commit e1181ee

Browse files
author
Kamil Tomicki
authored
Create strlen
1 parent a9edb17 commit e1181ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

snippets/c-mode/strlen

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- mode: snippet -*-
2+
# name: strlen
3+
# key: strlen
4+
# --
5+
strlen(${1:string});

0 commit comments

Comments
 (0)