FG42/conf/emacs.d/snippets/text-mode/cc-mode/do

6 lines
73 B
Plaintext
Raw Normal View History

2011-07-22 14:48:30 +01:00
#name : do { ... } while (...)
# --
do
{
$0
} while (${1:condition});