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

$0

#endif // ${1:GUARD}_H