📄 config.h
字号:
head 2.1;access;symbols;locks; strict;comment @ * @;2.1date 95.10.24.15.46.14; author tsurace; state Release;branches;next 1.1;1.1date 95.10.12.17.55.47; author tsurace; state Beta;branches;next ;desc@Per-platform configurations and optimizations.@2.1log@Roll.@text@/* config.h: Allow for system-dependent optimization */
/* RCS $Id: config.h 1.1 1995/10/12 17:55:47 tsurace Beta tsurace $ */
/* 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
@1.1log@Initial revision@text@d2 1a2 1/* RCS $Id$ */@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -