# -*- mode: snippet -*-
# name: guard
# key: grd
# --
#ifndef ${1:GUARD}_H
#define $1_H
$0
#endif // $1_H