git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@133 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
49 lines
1.4 KiB
Smarty
49 lines
1.4 KiB
Smarty
/*****************************************************************************
|
|
*
|
|
* FILENAME: %filename
|
|
*
|
|
* AUTHOR: %author
|
|
*
|
|
* DESCRIPTION:
|
|
*
|
|
*
|
|
*
|
|
* HISTORY:
|
|
*
|
|
* %date %author
|
|
* created file
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _%basename_H
|
|
#define _%basename_H
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* includes
|
|
*--------------------------------------------------------------------------*/
|
|
#include "std_type.h" /* uint8, ... */
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* defines
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* typedefs
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* constants
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* variables
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
/*----------------------------------------------------------------------------
|
|
* public functions
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
#endif /* _%basename_H */
|
|
/* end of file: %filename */
|
|
|