zoukankan      html  css  js  c++  java
  • 注释格式

    1、文件注释
    /*
     * fmcVoltage.h
     *
     *  Created on: 2018/08/20
     *      Author: zhu.gd
     */

    2、函数注释:
    /*
     * @Brief:
     *        Export GPIO
     *
     * @Param:
     *        iGPIO_number        [the number of GPIO, such as 0,1]
     *
     * @Return Value:
     *        0                    [normal]
     *        !0                    [Error]
    */


    3、分段注释
    //======================================================================
    // Referenced Header File
    //======================================================================


    //======================================================================
    // Macro Definition
    //======================================================================


    //======================================================================
    // Structure Definition
    //======================================================================


    //======================================================================
    // Variable Declaration
    //======================================================================

     
    //======================================================================
    // Function Declaration
    //======================================================================

    //======================================================================
    // Variable Definition
    //======================================================================

    //======================================================================
    // Function Definition
    //======================================================================

  • 相关阅读:
    PTA 两个有序链表序列的合并
    PTA 递增的整数序列链表的插入
    PTA 链表逆置
    PTA 带头结点的链式表操作集
    _KPCR, _NT_TIB, _KPRCB
    FSOP
    逆向PspCreateProcess
    寒假训练 [GKCTF2020]Domo(4/250) 劫持vtable
    IO_FILE利用与劫持vtables控制程序流程、FSOP
    线程结构
  • 原文地址:https://www.cnblogs.com/dhqy/p/9488015.html
Copyright © 2011-2022 走看看