📄 tcldbgcf.h.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 + -