📄 gopher.h
字号:
/* $Id: gopher.h,v 1.2 2004/10/08 17:19:26 zas Exp $ */#ifndef EL__PROTOCOL_GOPHER_GOPHER_H#define EL__PROTOCOL_GOPHER_GOPHER_H#include "modules/module.h"#include "protocol/protocol.h"#ifdef CONFIG_GOPHERextern protocol_handler gopher_protocol_handler;#else#define gopher_protocol_handler NULL#endifextern struct module gopher_protocol_module;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -