📄 rpmsg.x
字号:
/* rpmsg.x */
struct example
{ /* unused structure declared here to */
int exfield1; /* illustrate how rpcgen builds XDR */
char exfield2; /* routines to convert structures. */
};
/*------------------------------------------------------------------------
* RPMSGPROG - remote program that provides printmessage
*------------------------------------------------------------------------
*/
program RPMSGPROG { /* name of remote program (not used) */
version RPMSGVERS { /* declaration of version (see below) */
int PRINTMESSAGE(string) = 1;/* first procedure in this program
} = 1; /* definition of the program version */
} = 0x30090949; /* remote program number (must be */
/* unique)*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -