?? opt1.h
字號(hào):
/* * 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" {#endifstruct optlong { bool_t 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;/* 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 */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -