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

📄 prototypes.h

📁 Path MPICH-V for MPICH the MPI Implementation
💻 H
字号:
#ifndef prototypes_h_#define prototypes_h_/** the proto_header is included in pkt_header in vtypes.h */typedef struct proto_header {  int ckpt;} proto_header;#ifdef DEBUGstatic inline void ftp_format_packet(char *f, proto_header *p){  sprintf(f, "[ckpt_seq=%d]", (ntohl(p->ckpt)));}#else#define ftp_format_packet(a,b) do {} while(0)#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -