?? process.h.svn-base
字號(hào):
/* 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_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -