⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 process.h.svn-base

📁 可以作为Linux教学用的程序
💻 SVN-BASE
字号:
/* process.h */#ifndef PROCESS_H_#define PROCESS_H_#include "protocol.h"typedef int (* business_handler)(protocol_t *, protocol_t *);int process_action(protocol_t *in_msg, protocol_t *out_msg);int tbs_init();int tbs_end();#endif /* PROCESS_H_ */

⌨️ 快捷键说明

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