[fix] Delete need_review, new scripts(vera,...)
[dotfiles_afify.git] / .vim / templates / h.template
blobd4e48300a135d5929e5d7581dba923b464f31721
1 /*=============================================================================
2 Name        : {{FILE}}
3 GitHub      : Afify
4 Copyright   : {{LICENSE}}
5 Version     :
6 Description :
7 =============================================================================*/
9 #ifndef {{MACRO_GUARD}}
10 #define {{MACRO_GUARD}}
12 /* declarations */
14 {{CURSOR}}
16 #endif /* {{MACRO_GUARD}} */