yasnippet/extras/imported/c-mode/printf .. (printf).yasnippet
2009-08-30 22:16:44 +00:00

7 lines
179 B
Plaintext

# -*- mode: snippet -*-
# key: printf
# name: printf (...)
# --
printf ("${1:%s}\\n"${1:$(if (string-match "%[^%]" text) "," "\);")
}$2${1:$(if (string-match "%" text) "\);" "")}