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

6 lines
184 B
Plaintext

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