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

📄 prototypes.h

📁 Path MPICH-V for MPICH the MPI Implementation
💻 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 + -