c_cpp [C模板H-File] #c #template

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp [C模板H-File] #c #template相关的知识,希望对你有一定的参考价值。

/*###################################################################################################################*/
/*                                              	   Schneider Electric                                            */
/*###################################################################################################################*/
/*!
 * @file se_template.h
 * @version 1.0
 * @date 2016
 * @author Christoph Bühne
 * @brief includes for se_template.c
 * @ingroup Template
 * @details
 * some text
 */
/*###################################################################################################################*/
/* DOCUMENTATION ####################################################################################################*/
/* Start Header File ################################################################################################*/
/*!
 * @addtogroup Template
 * @{
 */
#ifndef __SETEMPLATE_H
#define __SETEMPLATE_H
#ifdef __cplusplus
 extern "C" {
#endif
/* Includes #########################################################################################################*/
#include "se_project.h"
#ifdef USE_TEMPLATE
/* Pragma ######################################## MUST BE EXPLAINED !!! ############################################*/
/* Constants ########################################################################################################*/
/* Structures #######################################################################################################*/
/* Macros ###########################################################################################################*/
/* Variables ########################################################################################################*/
/* Functions ########################################################################################################*/
/* End Header File ##################################################################################################*/
#ifdef __cplusplus
}
#endif
#endif /* USE_TEMPLATE */
#endif /* __SETEMPLATE_H */
/*!
 * @}
 */
/* End of File ######################################################################################################*/

以上是关于c_cpp [C模板H-File] #c #template的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 基本C ++模板

c_cpp 基本C ++模板

c_cpp c ++基本模板

快速乘模板

c_cpp C ++标准模板库

c_cpp CodeForces C ++模板