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

📄 opt1.save.h

📁 让你了解Unix进程间的通信是如何实现的
💻 H
字号:
/* * Please do not edit this file. * It was generated using rpcgen. */#ifndef _OPT1_H_RPCGEN#define	_OPT1_H_RPCGEN#include <rpc/rpc.h>#ifdef __cplusplusextern "C" {#endif/* include opt1h */struct optlong {	int flag;	union {		long val;	} optlong_u;};typedef struct optlong optlong;struct args {	optlong arg1;	struct {		u_int arg2_len;		long *arg2_val;	} arg2;	long *arg3;};typedef struct args args;/* end opt1h *//* the xdr functions */#if defined(__STDC__) || defined(__cplusplus)extern  bool_t xdr_optlong(XDR *, optlong*);extern  bool_t xdr_args(XDR *, args*);#else /* K&R C */extern bool_t xdr_optlong();extern bool_t xdr_args();#endif /* K&R C */#ifdef __cplusplus}#endif#endif /* !_OPT1_H_RPCGEN */

⌨️ 快捷键说明

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