summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/printf
diff options
context:
space:
mode:
authorSimeon Simeonov2017-02-21 08:41:52 +0100
committerSimeon Simeonov2017-02-21 08:41:52 +0100
commit76a5d73336f125de166c111b1d3e637d122d65ca (patch)
tree63ea8b5ed85691f76fd6d505754b388e8777762e /.emacs.d/snippets/c-mode/printf
parent6c9184e45865406de1df73a5b352df16fb55a6dd (diff)
Restructure the print and printf c-mode snippets
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 ec1567e..9c2c0ef 100644
--- a/.emacs.d/snippets/c-mode/printf
+++ b/.emacs.d/snippets/c-mode/printf
@@ -1,5 +1,5 @@
1# -*- mode: snippet -*- 1# -*- mode: snippet -*-
2# name: printf 2# name: printf
3# key: p 3# key: pf
4# -- 4# --
5printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file 5printf("${1:format string}"${2: ,a0,a1}); \ No newline at end of file