info.h

来自「一个很有名的浏览器」· C头文件 代码 · 共 17 行

H
17
字号
/* $Id: info.h,v 1.9 2004/11/22 13:27:41 zas Exp $ */#ifndef EL__DIALOGS_INFO_H#define EL__DIALOGS_INFO_Hstruct session;struct terminal;void menu_about(struct terminal *, void *, void *);void menu_keys(struct terminal *, void *, void *);void menu_copying(struct terminal *, void *, void *);void resource_info(struct terminal *term);void memory_inf(struct terminal *, void *, struct session *);#endif

⌨️ 快捷键说明

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