diff options
Diffstat (limited to 'emacs/snippets/c-mode/fprintf')
| -rw-r--r-- | emacs/snippets/c-mode/fprintf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/snippets/c-mode/fprintf b/emacs/snippets/c-mode/fprintf new file mode 100644 index 0000000..b38215e --- /dev/null +++ b/emacs/snippets/c-mode/fprintf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: fprintf +# key: fpr +# -- +fprintf($1, "$2");
\ No newline at end of file |
