📄 user.h
字号:
/* $Id: user.h,v 1.9 2004/12/19 12:25:58 jonas Exp $ */#ifndef EL__PROTOCOL_USER_H#define EL__PROTOCOL_USER_H#include "modules/module.h"#include "protocol/protocol.h"#include "terminal/terminal.h"extern struct module user_protocol_module;extern protocol_external_handler user_protocol_handler;unsigned char *get_user_program(struct terminal *, unsigned char *, int);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -