suport.h

来自「seismic software,very useful」· C头文件 代码 · 共 36 行

H
36
字号
/* suport.h - include file for non-portable items * ENVIRONMENT-DEPENDENT - ADJUST TO LOCAL SYSTEM * * $Author: rbeards $ * $Source: /app/seismic/NU_SU/app_su/cwp/include/RCS/suport.h,v $ * $Revision: 1.0 $ ; $Date: 2004/05/27 20:25:59 $ */#ifndef SUPORT_H#define SUPORT_H/* Note: CWPBIN defined in cwp.h; non-ansi stuff in Portability *//* Pager of choice--usually more or pg */#define		PAGE_PROGRAM	"pg"/* The following must define actual tape devices defined in the * system's /dev directory; often mt0 and rmt0 will do. */#define		MTDEVICE	"/dev/mt0"#define		RMTDEVICE	"/dev/rmt0"/* If unsigned abbreviations not available, remove comments *//* typedef unsigned char	uchar;  *//* typedef unsigned short	ushort; *//* typedef unsigned long	ulong;  *//* typedef unsigned int	uint *//* define floating point values */#define FLT_EPSILON	1.192092895507815e-7F/* #define FLT_MAX	    3.4028234663852886e+38F */ #endif

⌨️ 快捷键说明

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