config.h
来自「Unix下的MUD客户端程序」· C头文件 代码 · 共 18 行
H
18 行
/* config.h: Allow for system-dependent optimization *//* 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 + =
减小字号Ctrl + -
显示快捷键?