e_os2.h

来自「ctags的最新版5.7,可以比较5.6版看看,免费下载」· C头文件 代码 · 共 38 行

H
38
字号
/**   $Id: e_os2.h 136 2002-03-08 22:35:19Z darren $**   Copyright (c) 2002, Darren Hiebert**   This source code is released for free distribution under the terms of the*   GNU General Public License.**   Configures ctags for OS/2 environment.*/#ifndef E_OS2_H#define E_OS2_H#define UNIX_PATH_SEPARATOR 1#define CASE_INSENSITIVE_FILENAMES 1#define HAVE_DIRENT_H 1#define HAVE_FCNTL_H 1#define HAVE_IO_H 1#define HAVE_STDLIB_H 1#define HAVE_SYS_STAT_H 1#define HAVE_SYS_TYPES_H 1#define HAVE_TIME_H 1#define HAVE_UNISTD_H 1#define HAVE_CLOCK 1#define HAVE_CHSIZE 1#define HAVE_FGETPOS 1#define HAVE_FTRUNCATE 1#define HAVE_OPENDIR 1#define HAVE_REGCOMP 1#define HAVE_REMOVE 1#define HAVE_STRERROR 1#define HAVE_STRICMP 1#define HAVE_STRNICMP 1#define HAVE_STRSTR 1#define HAVE_TRUNCATE 1#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?