Create strlen

This commit is contained in:
Kamil Tomicki 2018-10-08 09:31:17 +02:00 committed by GitHub
parent a9edb17fcb
commit e1181eeff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
snippets/c-mode/strlen Normal file
View File

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: strlen
# key: strlen
# --
strlen(${1:string});