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

📄 opt2.h

📁 让你了解Unix进程间的通信是如何实现的
💻 H
字号:
/* * Please do not edit this file. * It was generated using rpcgen. */#ifndef _OPT2_H_RPCGEN#define	_OPT2_H_RPCGEN#include <rpc/rpc.h>#ifdef __cplusplusextern "C" {#endifstruct mylist {	char *name;	long value;	struct mylist *next;};typedef struct mylist mylist;struct args {	mylist *list;};typedef struct args args;/* the xdr functions */#if defined(__STDC__) || defined(__cplusplus)extern  bool_t xdr_mylist(XDR *, mylist*);extern  bool_t xdr_args(XDR *, args*);#else /* K&R C */extern bool_t xdr_mylist();extern bool_t xdr_args();#endif /* K&R C */#ifdef __cplusplus}#endif#endif /* !_OPT2_H_RPCGEN */

⌨️ 快捷键说明

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