⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 identifiers

📁 MSYS在windows下模拟了一个类unix的终端
💻
字号:
# identifiers -- autoscan's mapping from identifiers which are not# involved in function calls to Autoconf macros.# Copyright (C) 1992, 1993, 1994, 1996, 1999, 2000, 2001, 2002# Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA# 02111-1307, USA.# Keywords.const		AC_C_CONSTinline		AC_C_INLINE# Variables.sys_siglist	AC_DECL_SYS_SIGLIST# Types.gid_t		AC_TYPE_UID_Tmode_t		AC_TYPE_MODE_Tobstack		AC_FUNC_OBSTACKoff_t		AC_TYPE_OFF_Tpid_t		AC_TYPE_PID_Tptrdiff_t	AC_CHECK_TYPESsize_t		AC_TYPE_SIZE_Ttimeval		AC_HEADER_TIMEtm		AC_STRUCT_TMuid_t		AC_TYPE_UID_T# Macros.S_ISBLK		AC_HEADER_STATS_ISCHR		AC_HEADER_STATS_ISDIR		AC_HEADER_STATS_ISFIFO	AC_HEADER_STATS_ISLNK		AC_HEADER_STATS_ISREG		AC_HEADER_STATS_ISSOCK	AC_HEADER_STAT# Members of structures.st_blksize	AC_CHECK_MEMBERS([struct stat.st_blksize])st_blocks	AC_STRUCT_ST_BLOCKSst_rdev		AC_CHECK_MEMBERS([struct stat.st_rdev])tm_zone		AC_STRUCT_TIMEZONE# Local Variables:# mode: shell-script# End:

⌨️ 快捷键说明

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