summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/c-mode/fprintf
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/c-mode/fprintf')
-rw-r--r--.emacs.d/snippets/c-mode/fprintf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/snippets/c-mode/fprintf b/.emacs.d/snippets/c-mode/fprintf
new file mode 100644
index 0000000..6b269eb
--- /dev/null
+++ b/.emacs.d/snippets/c-mode/fprintf
@@ -0,0 +1,5 @@
1# -*- mode: snippet -*-
2# name: fprintf
3# key: fprintf
4# --
5fprintf(${1:stdout}, "${2:format string}", ${3:variable});