dotar/vim/snippets/c/def.snippet

4 lines
53 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
#ifndef $1
#define ${1:SYMBOL} ${2:value}
#endif${3}