tcldbgcf.h.in
来自「Linux下的tcl语言调试器」· IN 代码 · 共 22 行
IN
22 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?