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

📄 test1.h

📁 这是unix网络编程一书的源代码希望能对大家的学习提供一种便利
💻 H
字号:
/*
 * Please do not edit this file.
 * It was generated using rpcgen.
 */

#ifndef _TEST1_H_RPCGEN
#define	_TEST1_H_RPCGEN

#include <rpc/rpc.h>

#ifdef __cplusplus
extern "C" {
#endif


struct optlong {
	int discr;
	union {
		long val;
	} optlong_u;
};
typedef struct optlong optlong;

struct args {
	optlong arg0;
	struct {
		u_int arg1_len;
		long *arg1_val;
	} arg1;
	short *arg2;
};
typedef struct args args;

/* 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 /* !_TEST1_H_RPCGEN */

⌨️ 快捷键说明

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