emacs-prelude/vendor/yasnippet/snippets/cc-mode/if
2012-02-17 22:12:32 +02:00

7 lines
No EOL
70 B
Text

# name: if (...) { ... }
# key: if
# --
if (${1:condition})
{
$0
}