emacs-prelude/vendor/yasnippet/snippets/cc-mode/struct

7 lines
74 B
Plaintext
Raw Normal View History

2012-02-17 22:12:32 +02:00
# name: struct ... { ... }
# key: struct
# --
struct ${1:name}
{
$0
};