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

📄 tcldbgcf.h.in

📁 Linux下的tcl语言调试器
💻 IN
字号:
/* This file is only to be included by the Debugger itself. *//* Applications should only include Dbg.h. *//* * Check for headers */#ifndef __NIST_DBG_CF_H__#define __NIST_DBG_CF_H__#undef NO_STDLIB_H		/* Tcl requires this name *//* * Check for functions */#undef HAVE_STRCHR#ifndef HAVE_STRCHR#define strchr(s,c) index(s,c)#endif /* HAVE_STRCHR */#endif	/* __NIST_DBG_CF_H__ */

⌨️ 快捷键说明

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