📄 bw_sunrpc_server.c
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -