prototypes.h

来自「Path MPICH-V for MPICH the MPI Implement」· C头文件 代码 · 共 13 行

H
13
字号
/** @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 + =
减小字号Ctrl + -
显示快捷键?