ambevar-dotfiles/.emacs.d/snippets/cc-mode/fun

8 lines
80 B
Plaintext

#name : type fun (args) { ... }
# --
${1:void}
${2:name} (${3:void})
{
$0
}