yasnippet-snippets/cc-mode/guard.yasnippet
2011-02-14 22:16:55 +01:00

11 lines
No EOL
135 B
Text

# -*- mode: snippet -*-
# name: guard
# key: guard
# contributor: Andrea crotti
# --
#ifndef ${1:NAME}_H
#define $1_H
$0
#endif // $1