diff options
Diffstat (limited to '.emacs.d/snippets/c-mode/strstr')
| -rw-r--r-- | .emacs.d/snippets/c-mode/strstr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/strstr b/.emacs.d/snippets/c-mode/strstr new file mode 100644 index 0000000..09b00e7 --- /dev/null +++ b/.emacs.d/snippets/c-mode/strstr | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: strstr | ||
| 3 | # key: strstr | ||
| 4 | # -- | ||
| 5 | strstr(${1:string}, ${2:string}); | ||
