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