opt1.save.h

来自「著名的UNIX网络编程卷1-连网的API-套接字与XTI第二版(中文版)的源代码」· C头文件 代码 · 共 53 行

H
53
字号
/* * 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 + =
减小字号Ctrl + -
显示快捷键?