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