diff --git a/vim/snippets/c.snippets b/vim/snippets/c.snippets new file mode 100644 index 0000000..7859f25 --- /dev/null +++ b/vim/snippets/c.snippets @@ -0,0 +1,6 @@ +snippet uint + unsigned int +snippet uchar + unsigned char +snippet ulong + unsigned long