📄 clog_const.h
字号:
/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory.*/#if !defined( _CLOG_CONST )#define _CLOG_CONST/* CLOG_FILE_TYPE determines default CLOG2 file extension, i.e. ".clog2" as well as the prefix for the local temporary clog2 file.*/#define CLOG_FILE_TYPE "clog2"#define CLOG_BOOL_T int#define CLOG_BOOL_NULL -1#define CLOG_BOOL_FALSE 0#define CLOG_BOOL_TRUE 1#define CLOG_PATH_STRLEN 256#define CLOG_ERR_STRLEN 256#define CLOG_PROCID_NULL -1#define CLOG_NULL_FILE -5#define CLOG_MAXTIME 100000000.0 /* later than all times */#endif /* of _CLOG_CONST */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -