?? 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 + -