ambevar-dotfiles/.emacs.d/plugins/yas/snippets/text-mode/cc-mode/c-mode/fprintf

6 lines
200 B
Plaintext

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