summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/cc-mode/struct
blob: f50dabf6b186d886dd212e8b463d976a3ca002d8 (plain) (tree)
1
2
3
4
5
6





                          
#name : struct ... { ... }
# --
struct ${1:name}
{
    $0
};