summaryrefslogblamecommitdiffstats
path: root/emacs.d/snippets/text-mode/cc-mode/c-mode/printf
blob: 055461d13628ee3a4799795721f2efe025dc5148 (plain) (tree)
1
2
3
4
5
6





                                                               
# -*- mode: snippet -*-
# name : printf 
# contributor : joaotavora
# --
printf ("${1:%s}\\n"${1:$(if (string-match "%" text) "," "\);")
}$2${1:$(if (string-match "%" text) "\);" "")}