⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userlookup.x

📁 this gives details of the network programming
💻 X
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -