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