userlookup.x
来自「this gives details of the network progra」· X 代码 · 共 24 行
X
24 行
/* Protocol definition file for an RPC based user lookup application *//* There are 2 remote procedures - byuid - returns a user name given the uid number byname - returns a uid given a user name*//* Need to define a string type here with max length (remember about needing a wrapper for the xdr string filter?)*/typedef string username<10>;program ULKUP_PROG { version ULKUP_VERSION { int byname(username) = 1; username bynum(int) = 2; } = 1;} = 555555556;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?