📄 clib.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -