Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: union
|
||||
# key: union
|
||||
# --
|
||||
typedef union {
|
||||
$0
|
||||
} ${1:name};
|
Reference in New Issue
Block a user