📄 common.h
字号:
/* common.h*//* $Id: common.h,v 7.1 2000/05/03 04:41:24 sgifford Exp $ */#define max(x,y) ((x) > (y) ? (x) : (y))#define strncopy(x,y) strncpy (x, y, sizeof(x))void errorf (char *fmt, ...);int fdprintf (int fd, char *fmt, ...);char *leafname (char *path);void stty_initstore (void);int stty_raw (int fd);void stty_orig (void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -