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