summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/printf
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/c-mode/printf')
-rw-r--r--.emacs.d/snippets/c-mode/printf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/c-mode/printf b/.emacs.d/snippets/c-mode/printf
index 9c2c0ef..a92b122 100644
--- a/.emacs.d/snippets/c-mode/printf
+++ b/.emacs.d/snippets/c-mode/printf
@@ -2,4 +2,4 @@
2# name: printf 2# name: printf
3# key: pf 3# key: pf
4# -- 4# --
5printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file 5printf("${1:format string}"$2); \ No newline at end of file