home/.vim/bundle/vim-template/templates/=template=.h

14 lines
178 B
C
Raw Normal View History

/*
* %FFILE%
* Copyright (C) %YEAR% %USER% <%MAIL%>
*
* Distributed under terms of the %LICENSE% license.
*/
#ifndef %GUARD%
#define %GUARD%
%HERE%
#endif /* !%GUARD% */