10 lines
193 B
Text
10 lines
193 B
Text
# -*- mode: snippet -*-
|
|
# group: file templates
|
|
# contributor: Henrik Lissner
|
|
# --
|
|
#ifndef ${1:__`(upcase (file-name-base buffer-file-name))`_H_$(upcase yas-text)}
|
|
#define $1
|
|
|
|
$0
|
|
|
|
#endif // $1
|