📄 aclrpc.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 + -