clib.h

来自「计算线性趋势 回归系数 主要用于气象站点值的线性趋势计算」· C头文件 代码 · 共 28 行

H
28
字号
/*     Include file to define variables for Fortran to C interface(s) *//*     Robert Grumbine 16 March 1998                  *//*     NOSEEK added 25 March 1998                  *//*     CRAY compatibility added 20 April 1998      *//* The following line should be either undef or define VERBOSE *//* The latter gives noisy debugging output, while the former *//*   relies solely on the return codes */#undef  VERBOSE/* Declare the system type, supported options are: *//* LINUX, SGI, HP, CRAY90, IBM4, IBM8, LINUXF90 *//*  #define IBM4  */#include <stdlib.h>/* Do not change things below here yourself *//*     IO-related (bacio.c, banio.c) */#define BAOPEN_RONLY              1#define BAOPEN_WONLY              2#define BAOPEN_RW                 4#define BACLOSE                   8#define BAREAD                   16#define BAWRITE                  32#define NOSEEK                   64#define BAOPEN_WONLY_TRUNC      128#define BAOPEN_WONLY_APPEND     256

⌨️ 快捷键说明

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