params.h

来自「Gcomm is a serial communications program」· C头文件 代码 · 共 30 行

H
30
字号
/*	@(#)params.h 1.1 96/11/02 Edward Falk */#ifndef	GCOMM_PARAMS#define	GCOMM_PARAMS	/* listing of IP services, may vary from system to system.	 * Leave undefined if unavailable.	 */#define	TelnetPort	23	/* /etc/remote file */#define	EtcRemote	"/etc/remote"#define	EtcPhones	"/etc/phones"	/* maximum size of entry in /etc/remote */#define	RemoteMax	2048#define	MODEM_TIMEOUT	5	/* modem response time, seconds */#define	DIAL_TIMEOUT	60	/* phone response time, seconds */#endif	/* GCOMM_PARAMS */

⌨️ 快捷键说明

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