]> code.delx.au - gnu-emacs-elpa/blob - snippets/c-mode/printf
4006b7c1622c7499c4ed92d87e9baea5943eeed0
[gnu-emacs-elpa] / snippets / c-mode / printf
1 # -*- mode: snippet -*-
2 # name : printf
3 # contributor : joaotavora
4 # key: printf
5 # --
6 printf ("${1:%s}\\n"${1:$(if (string-match "%" text) "," "\);")
7 }$2${1:$(if (string-match "%" text) "\);" "")}