dotfiles/vim/snippets/c.snippets

6 lines
85 B
Text

snippet uint
unsigned int
snippet uchar
unsigned char
snippet ulong
unsigned long