📄 prototypes.h
字号:
/** @file prototypes.h defines the part of the mpi message header designed for the ft protocol */#ifndef prototypes_h_#define prototypes_h_/** the proto_header is included in pkt_header in vtypes.h */typedef struct proto_header { /** nothing for dummy protocol here */} proto_header;#define ftp_format_packet(a,b) do {} while(0)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -