tclmacthrd.h
来自「tcl是工具命令语言」· C头文件 代码 · 共 21 行
H
21 行
/* * tclUnixThrd.h -- * * This header file defines things for thread support. * * Copyright (c) 1998 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * SCCS: @(#) */ #ifndef _TCLMACTHRD#define _TCLMACTHRD#ifdef TCL_THREADS#endif /* TCL_THREADS */#endif /* _TCLMACTHRD */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?