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

📄 yyitcl.h

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 H
字号:
/*Copyright (c) 2000, Red Hat, Inc.This file is part of Source-Navigator.Source-Navigator is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public License as publishedby the Free Software Foundation; either version 2, or (at your option)any later version.Source-Navigator is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNUGeneral Public License for more details.You should have received a copy of the GNU General Public License alongwith Source-Navigator; see the file COPYING.  If not, write tothe Free Software Foundation, 59 Temple Place - Suite 330, Boston,MA 02111-1307, USA.*/#ifndef beginint#define beginint(a)		#endif#ifndef equalint#define equalint(a, b)		(a) == (b)#endif#ifndef beginlong#define beginlong(a)		#endif#ifndef equallong#define equallong(a, b)	(a) == (b)#endif#ifndef beginrbool#define beginrbool(a)		#endif#ifndef equalrbool#define equalrbool(a, b)	(a) == (b)#endif#ifndef beginchar#define beginchar(a)		#endif#ifndef equalchar#define equalchar(a, b)	(a) == (b)#endif#ifndef begintString#define begintString(a)	#endif#ifndef equaltString#define equaltString(a, b)	strcmp (a, (b)) == 0#endif#ifndef begintIdent#define begintIdent(a)		a = NoIdent;#endif#ifndef equaltIdent#define equaltIdent(a, b)	(a) == (b)#endif#ifndef begintPosition#define begintPosition(a)	a = NoPosition;#endif#ifndef equaltPosition#define equaltPosition(a, b)	Compare (a, b) == 0#endif#ifndef beginNodeHead#define beginNodeHead(a)	#endif#ifndef equalNodeHead#define equalNodeHead(a, b)	rtrue#endif#ifndef begintHashTable#define begintHashTable(a)#endif#ifndef equaltHashTable#define equaltHashTable(a, b)	\  memcmp ((char *) & a, (char *) & b, sizeof (a)) == 0#endif#ifndef begintTree#define begintTree(a)	a = NULL;#endif#ifndef equaltTree#define equaltTree(a, b)	IsEqualTree (a, b)#endif

⌨️ 快捷键说明

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