2008-03-10 12:26:53 +00:00

6 lines
60 B
Plaintext

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