yasnippet/extras/imported/c-mode/fprintf.yasnippet

5 lines
193 B
Plaintext

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