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

📄 aclrpc.h

📁 linux thread programe
💻 H
字号:
/* aclrpc.h *  * Created by Brad Nichols, 10/18/93 * * Include file for rpc style client call interface to atm server.  */int accnt_open_rpc(int *, int *);int accnt_deposit_rpc(int, int, int);int accnt_withdraw_rpc(int, int, int);int accnt_balance_rpc(int, int, int *);int server_shutdown_rpc(int);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -