summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/cc-mode/struct
blob: f50dabf6b186d886dd212e8b463d976a3ca002d8 (plain) (blame)
1
2
3
4
5
6
#name : struct ... { ... }
# --
struct ${1:name}
{
    $0
};