zoukankan      html  css  js  c++  java
  • C语言之标准源文件模板

    /*======================================================================================*
     * 版权     : xxxx版权所有(C)All rights reserved.
     * 文件名 :${file_name}
     * 描述     :
     * 日期     : ${date}
     * 作者     : ${user}/442087401@qq.com
    
     * 修改记录:
     *--------------------------------------------------------------------------------------
     *   版本         日期                   作者           修改内容
     *   V0.xx  ${date}     ${user}    1) 
     *                                 2) 
     *=====================================================================================*/
    
    /*======================================== 文件包含 =====================================*/
    #include "Main.h"
    
    #ifndef ComInclude
    #include "${file_base}.h"
    #endif
    /*======================================== 私有宏定义  ===================================*/
    
    /*======================================== 私有类型定义  =================================*/
    
    /*======================================== 私有函数声明 ==================================*/
    
    /*======================================== 私有变量定义 ==================================*/
    
    /*======================================== 接口变量定义 ==================================*/
    
    /*======================================== 函数定义 =====================================*/
    
    
    
    
    /*===================================== End of File ===================================*/
  • 相关阅读:
    python,selenium遇到的问题
    python环境配置
    性能测试函数
    性能测试的关注点
    环境配置
    性能监控工具使用
    linux路径
    linux权限
    自动化测试工具
    书籍
  • 原文地址:https://www.cnblogs.com/xklzw/p/7367900.html
Copyright © 2011-2022 走看看