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