yasnippet/extras/imported/c-mode/printf .. (printf).yasnippet
2010-02-01 10:36:42 +00:00

6 lines
178 B
Plaintext

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