Klimi's new dotfiles with stow.
 
 
 
 
 
 

7 lines
95 B

# -*- mode: snippet -*-
# name: union
# key: union
# --
typedef union {
$0
} ${1:name};