?? config.h
字號:
/* config.h: Allow for system-dependent optimization */
/* RCS $Id: config.h 2.1 1995/10/24 15:46:14 tsurace Release $ */
/* Comment these out to use library functions */
/* #define strcspn vtstrcspn */
#define strcasecmp vtstricmp
#define strncasecmp vtstrnicmp
/* #define strstr vtstrstr */
/* #define memset vtmemset *?
/* Uncomment these to use library functions */
/* #define bcopy_fwd(x, y, z) memmove(y, x, z) */
/* #define rand random */
/* #define srand srandom */
/* If tolower('a') == 'a' and toupper('A') == 'A' */
#define ANSI_CTYPES
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -