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