7 lines
95 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: struct statement
# key: struct
# --
struct ${1:name} {
$0
}