atm_client_rpc.h

来自「linux thread programe」· C头文件 代码 · 共 21 行

H
21
字号
/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" *     by Brad nichols, Dick Buttlar, Jackie Farrell *     O'Reilly & Associates, Inc. * ******************************************************** * atm_client_rpc.h *  * 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 + =
减小字号Ctrl + -
显示快捷键?