dialog.h

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

H
11
字号
/* $Id: dialog.h,v 1.1.1.1 2001/03/08 00:01:48 efalk Exp $ */#ifndef	DIALOG_H#define	DIALOG_H#include "pattern.h"extern	void	DialogStart(Pattern *pats, int np, int to, void (*cb)(int)) ;extern	void	DialogChars() ;#endif

⌨️ 快捷键说明

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