Create strstr

This commit is contained in:
Kamil Tomicki 2018-10-08 09:19:42 +02:00 committed by GitHub
parent 6d1e6c8af2
commit a9edb17fcb
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/strstr Normal file
View File

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