usigno.h

来自「This Source-Navigator, an IDE for C/C++/」· C头文件 代码 · 共 23 行

H
23
字号
      PARAMETER (MXIGNV=50,MXIGNS=50,MUUNIT=15)      COMMON /USIGNO/ GALEPH,ADAMO,USAGE,UNFLP,atlas,     &                NIGNOR,NIGNOS,     &                CIGNOR(MXIGNV),LIGNOR(MXIGNS),     &                CIGNOS(MXIGNS),LIGNOS(MXIGNS)      CHARACTER*(MXNMCH) CIGNOR,CIGNOS      LOGICAL GALEPH,ADAMO,USAGE,UNFLP,atlas*-----------------------------------------------------------------------*   MXIGNV  = Maximum number of variable names to ignore*   MUUNIT  = LUN of USER list of variable names to ignore*   NIGNOR  = Number of variable names found*   NIGNOS  = Number of subroutine names found*   CIGNOR  = Array of ignorable variable names*   CIGNOS  = Array of ignorable subroutine names*   LIGNOR  = Length of variable name*   LIGNOS  = Length of subroutine name*   GALEPH  = set .TRUE. if special GALEPH processing*   ADAMO   = set .TRUE. if special ADAMO processing*   USAGE   = set .TRUE. if check of COMMON variable usage*   UNFLP   = set .TRUE. if NO coding convention checks !*   ATLAS   = set .TRUE. if special ATLAS processing*-----------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?