process.h.svn-base

来自「可以作为Linux教学用的程序」· SVN-BASE 代码 · 共 17 行

SVN-BASE
17
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?