10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: guard
|
|
# key: grd
|
|
# --
|
|
#ifndef ${1:GUARD}_H
|
|
#define $1_H
|
|
|
|
$0
|
|
|
|
#endif // $1_H |