📄 call.h
字号:
#include "apue.h"#include <errno.h>#include <sys/time.h>#define CS_CALL "/home/sar/calld" /* well-known server name */#define CL_CALL "call" /* command for server */extern char escapec; /* tilde for local commands */extern char *src; /* for take and put commands */extern char *dst; /* for take and put commands */int call(const char *);int doescape(int);void loop(int);int prompt_read(char *, int (*)(int, char **));void put(int);void take(int);int take_put_args(int, char **);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -