Path: blob/master/elisp/emacs-for-python/yasnippet/snippets/c-mode/printf
990 views
# -*- mode: snippet -*- # name : printf # contributor : joaotavora # -- printf ("${1:%s}\\n"${1:$(if (string-match "%" text) "," "\);") }$2${1:$(if (string-match "%" text) "\);" "")}