14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
#header
|
|
snippet header
|
|
#ifndef ${1:`toupper(vim_snippets#Filename('$1_H', 'UNTITLED_H'))`}
|
|
#define $1
|
|
|
|
${0}
|
|
|
|
#endif
|
|
|
|
snippet incl
|
|
# include "Standard.h"
|
|
|
|
${0}
|