dotar/vim/snippets/c/fun.snippet

5 lines
57 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
${1:void} ${2:function_name} (${3})
{
${4:/* code */}
}