/ template / template.h
template.h
 1  /*! \brief 
 2   *  \author Shylock Hg
 3   *  \date 1995-02-13
 4   *  \email tcath2s@gmail.com
 5   * */
 6  
 7  #ifndef _TEMPLATE_H_
 8  #define _TEMPLATE_H_
 9  
10  #ifdef __cplusplus
11  	extern "C" {
12  #endif
13  
14  
15  
16  #ifdef __cplusplus
17  	}
18  #endif
19  
20  #endif  //!< _TEMPLATE_H_
21