diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union b/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union new file mode 100644 index 0000000..a1c60cb --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/c-mode/union @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: union +# key: union +# uuid: union +# -- +typedef union { + $0 +} ${1:name};
\ No newline at end of file |