Files
dotfiles/.emacs.d/snippets/cc-mode/printf
2017-12-21 17:29:29 +01:00

6 lines
176 B
Plaintext

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