bw_sunrpc_server.c

来自「《UNIX进程间通信》中的代码」· C语言 代码 · 共 16 行

C
16
字号
#include	"unpipc.h"#include	"bw_sunrpc.h"#ifndef	RPCGEN_ANSIC#define	bw_sunrpc_1_svc	bw_sunrpc_1#endifvoid *bw_sunrpc_1_svc(data_in *inp, struct svc_req *rqstp){	static int	nbytes;	nbytes = inp->data.data_len;	return(&nbytes);	/* must be nonnull, but xdr_void() will ignore */}

⌨️ 快捷键说明

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