atm_svr_password.h
来自「linux 多线程例子」· C头文件 代码 · 共 19 行
H
19 行
/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jackie Farrell * O'Reilly & Associates, Inc. * ******************************************************** * atm_svr_password.h * * Include file for server password module for atm example program. * */void server_password_init(int);int check_server_password(int);int set_server_password(int, int);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?